#88cff2

Color #88CFF2 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #88CFF2

Tints of Sky Blue #88CFF2

Color information

#88CFF2 (or 0x88CFF2) is unknown color: approx Sky Blue. HEX triplet: 88, CF and F2. RGB value is (136,207,242). Sum of RGB (Red+Green+Blue) = 136+207+242=585 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.25% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #88CFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CFF2 is #77300D. Grayscale: #BDBDBD. Windows color (decimal): -7811086 or 15912840. OLE color: 15912840.

HSL color Cylindrical-coordinate representation of color #88CFF2: hue angle of 199.81º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88CFF2 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136207242-
CMYK0.440.1400.05
HSL199.81º80.3%74.12%-
HSV(B)199.81º43.8%94.9%-
XYZ48.4956.2792.31-
YUV189.76157.4889.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 23.25%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 242 (94.92% from 255) = 41.37%
R=23.25%
G=35.38%
B=41.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362072420.440.1400.05199.8180.374.12
Hex88CFF22CE05c8504a
Octal210317362541605310120112
Binary100010001100111111110010101100111001011100100010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88cff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88cff2; }

 p { color: rgb(136,207,242); }

 H1.HeaderClassName
 {
   color: #88cff2;
 }
 .AnyTagClassName
 {
   color: #88cff2;
 }
</style>
background-color css

<style>
 a { background-color: #88cff2; }

 a { background-color: rgb(136,207,242); }

 div.DivClassName
 {
   background-color: #88cff2;
 }
 .BgClassName
 {
   background-color: #88cff2;
 }
</style>
border-color css

<style>
 span { border-color: #88cff2; }

 span { border-color: rgb(136,207,242); }

 td.TdClassName
 {
   border-color: #88cff2;
 }
 .TagClassName
 {
   border-color: #88cff2;
 }
</style>