#88D2FA

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

Shades of Light Sky Blue #88D2FA

Tints of Light Sky Blue #88D2FA

Color information

#88D2FA (or 0x88D2FA) is unknown color: approx Light Sky Blue. HEX triplet: 88, D2 and FA. RGB value is (136,210,250). Sum of RGB (Red+Green+Blue) = 136+210+250=596 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.82% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #88D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88D2FA is #772D05. Grayscale: #C0C0C0. Windows color (decimal): -7810310 or 16437896. OLE color: 16437896.

HSL color Cylindrical-coordinate representation of color #88D2FA: hue angle of 201.05º 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 #88D2FA is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136210250-
CMYK0.460.1600.02
HSL201.05º91.94%75.69%-
HSV(B)201.05º45.6%98.04%-
XYZ50.4658.2399.02-
YUV192.43160.4887.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.82%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=22.82%
G=35.23%
B=41.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362102500.460.1600.02201.0591.9475.69
Hex88D2FA2E1002c95c4c
Octal210322372562002311134114
Binary100010001101001011111010101110100000101100100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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