#88C8FA

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

Shades of Light Sky Blue #88C8FA

Tints of Light Sky Blue #88C8FA

Color information

#88C8FA (or 0x88C8FA) is unknown color: approx Light Sky Blue. HEX triplet: 88, C8 and FA. RGB value is (136,200,250). Sum of RGB (Red+Green+Blue) = 136+200+250=586 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.21% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #88C8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C8FA is #773705. Grayscale: #BABABA. Windows color (decimal): -7812870 or 16435336. OLE color: 16435336.

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

Color convert

RGB136200250-
CMYK0.460.200.02
HSL206.32º91.94%75.69%-
HSV(B)206.32º45.6%98.04%-
XYZ48.0653.4498.23-
YUV186.56163.891.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.21%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=23.21%
G=34.13%
B=42.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362002500.460.200.02206.3291.9475.69
Hex88C8FA2E1402ce5c4c
Octal210310372562402316134114
Binary100010001100100011111010101110101000101100111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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