#88D1FA

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

Shades of Light Sky Blue #88D1FA

Tints of Light Sky Blue #88D1FA

Color information

#88D1FA (or 0x88D1FA) is unknown color: approx Light Sky Blue. HEX triplet: 88, D1 and FA. RGB value is (136,209,250). Sum of RGB (Red+Green+Blue) = 136+209+250=595 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.86% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #88D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88D1FA is #772E05. Grayscale: #BFBFBF. Windows color (decimal): -7810566 or 16437640. OLE color: 16437640.

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

Color convert

RGB136209250-
CMYK0.460.1600.02
HSL201.58º91.94%75.69%-
HSV(B)201.58º45.6%98.04%-
XYZ50.2157.7498.94-
YUV191.85160.8288.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.86%
GREEN value IS 209 (82.03% from 255) = 35.13%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=22.86%
G=35.13%
B=42.02%

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
Decimal1362092500.460.1600.02201.5891.9475.69
Hex88D1FA2E1002ca5c4c
Octal210321372562002312134114
Binary100010001101000111111010101110100000101100101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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