#88D5F9

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

Shades of Light Sky Blue #88D5F9

Tints of Light Sky Blue #88D5F9

Color information

#88D5F9 (or 0x88D5F9) is unknown color: approx Light Sky Blue. HEX triplet: 88, D5 and F9. RGB value is (136,213,249). Sum of RGB (Red+Green+Blue) = 136+213+249=598 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.74% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #88D5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88D5F9 is #772A06. Grayscale: #C1C1C1. Windows color (decimal): -7809543 or 16373128. OLE color: 16373128.

HSL color Cylindrical-coordinate representation of color #88D5F9: hue angle of 199.12º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88D5F9 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136213249-
CMYK0.450.1400.02
HSL199.12º90.4%75.49%-
HSV(B)199.12º45.38%97.65%-
XYZ51.0559.6698.45-
YUV194.08158.9986.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.74%
GREEN value IS 213 (83.59% from 255) = 35.62%
BLUE value IS 249 (97.66% from 255) = 41.64%
R=22.74%
G=35.62%
B=41.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362132490.450.1400.02199.1290.475.49
Hex88D5F92DE02c75a4b
Octal210325371551602307132113
Binary10001000110101011111100110110111100101100011110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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