#88CDF0

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

Shades of Sky Blue #88CDF0

Tints of Sky Blue #88CDF0

Color information

#88CDF0 (or 0x88CDF0) is unknown color: approx Sky Blue. HEX triplet: 88, CD and F0. RGB value is (136,205,240). Sum of RGB (Red+Green+Blue) = 136+205+240=581 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.41% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #88CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CDF0 is #77320F. Grayscale: #BCBCBC. Windows color (decimal): -7811600 or 15781256. OLE color: 15781256.

HSL color Cylindrical-coordinate representation of color #88CDF0: hue angle of 200.19º 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 #88CDF0 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136205240-
CMYK0.430.1500.06
HSL200.19º77.61%73.73%-
HSV(B)200.19º43.33%94.12%-
XYZ47.7155.1990.58-
YUV188.36157.1490.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.41%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 240 (94.14% from 255) = 41.31%
R=23.41%
G=35.28%
B=41.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362052400.430.1500.06200.1977.6173.73
Hex88CDF02BF06c84e4a
Octal210315360531706310116112
Binary100010001100110111110000101011111101101100100010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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