#88DCFA

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

Shades of Light Sky Blue #88DCFA

Tints of Light Sky Blue #88DCFA

Color information

#88DCFA (or 0x88DCFA) is unknown color: approx Light Sky Blue. HEX triplet: 88, DC and FA. RGB value is (136,220,250). Sum of RGB (Red+Green+Blue) = 136+220+250=606 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.44% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #88DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DCFA is #772305. Grayscale: #C6C6C6. Windows color (decimal): -7807750 or 16440456. OLE color: 16440456.

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

Color convert

RGB136220250-
CMYK0.460.1200.02
HSL195.79º91.94%75.69%-
HSV(B)195.79º45.6%98.04%-
XYZ5363.3299.87-
YUV198.3157.1783.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.44%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=22.44%
G=36.30%
B=41.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362202500.460.1200.02195.7991.9475.69
Hex88DCFA2EC02c45c4c
Octal210334372561402304134114
Binary10001000110111001111101010111011000101100010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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