#88D5FF

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

Shades of Light Sky Blue #88D5FF

Tints of Light Sky Blue #88D5FF

Color information

#88D5FF (or 0x88D5FF) is unknown color: approx Light Sky Blue. HEX triplet: 88, D5 and FF. RGB value is (136,213,255). Sum of RGB (Red+Green+Blue) = 136+213+255=604 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.52% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #88D5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88D5FF is #772A00. Grayscale: #C2C2C2. Windows color (decimal): -7809537 or 16766344. OLE color: 16766344.

HSL color Cylindrical-coordinate representation of color #88D5FF: hue angle of 201.18º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88D5FF is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136213255-
CMYK0.470.1600
HSL201.18º100%76.67%-
HSV(B)201.18º46.67%100%-
XYZ5260.04103.46-
YUV194.76161.9986.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.52%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 255 (100% from 255) = 42.22%
R=22.52%
G=35.26%
B=42.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1362132550.470.1600201.1810076.67
Hex88D5FF2F1000c9644d
Octal210325377572000311144115
Binary10001000110101011111111110111110000001100100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,213,255); }

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

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

 a { background-color: rgb(136,213,255); }

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

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

 span { border-color: rgb(136,213,255); }

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