#88D7FA

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

Shades of Light Sky Blue #88D7FA

Tints of Light Sky Blue #88D7FA

Color information

#88D7FA (or 0x88D7FA) is unknown color: approx Light Sky Blue. HEX triplet: 88, D7 and FA. RGB value is (136,215,250). Sum of RGB (Red+Green+Blue) = 136+215+250=601 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.63% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #88D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88D7FA is #772805. Grayscale: #C3C3C3. Windows color (decimal): -7809030 or 16439176. OLE color: 16439176.

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

Color convert

RGB136215250-
CMYK0.460.1400.02
HSL198.42º91.94%75.69%-
HSV(B)198.42º45.6%98.04%-
XYZ51.7160.7499.44-
YUV195.37158.8385.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.63%
GREEN value IS 215 (84.38% from 255) = 35.77%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=22.63%
G=35.77%
B=41.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362152500.460.1400.02198.4291.9475.69
Hex88D7FA2EE02c65c4c
Octal210327372561602306134114
Binary10001000110101111111101010111011100101100011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,215,250); }

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

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

 a { background-color: rgb(136,215,250); }

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

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

 span { border-color: rgb(136,215,250); }

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