#88CFF0

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

Shades of Sky Blue #88CFF0

Tints of Sky Blue #88CFF0

Color information

#88CFF0 (or 0x88CFF0) is unknown color: approx Sky Blue. HEX triplet: 88, CF and F0. RGB value is (136,207,240). Sum of RGB (Red+Green+Blue) = 136+207+240=583 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.33% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #88CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CFF0 is #77300F. Grayscale: #BDBDBD. Windows color (decimal): -7811088 or 15781768. OLE color: 15781768.

HSL color Cylindrical-coordinate representation of color #88CFF0: hue angle of 199.04º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88CFF0 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136207240-
CMYK0.430.1400.06
HSL199.04º77.61%73.73%-
HSV(B)199.04º43.33%94.12%-
XYZ48.1956.1590.74-
YUV189.53156.4889.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.33%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=23.33%
G=35.51%
B=41.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362072400.430.1400.06199.0477.6173.73
Hex88CFF02BE06c74e4a
Octal210317360531606307116112
Binary100010001100111111110000101011111001101100011110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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