#88C5F2

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

Shades of Light Sky Blue #88C5F2

Tints of Light Sky Blue #88C5F2

Color information

#88C5F2 (or 0x88C5F2) is unknown color: approx Light Sky Blue. HEX triplet: 88, C5 and F2. RGB value is (136,197,242). Sum of RGB (Red+Green+Blue) = 136+197+242=575 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.65% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #88C5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C5F2 is #773A0D. Grayscale: #B7B7B7. Windows color (decimal): -7813646 or 15910280. OLE color: 15910280.

HSL color Cylindrical-coordinate representation of color #88C5F2: hue angle of 205.47º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88C5F2 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136197242-
CMYK0.440.1900.05
HSL205.47º80.3%74.12%-
HSV(B)205.47º43.8%94.9%-
XYZ46.1551.5891.53-
YUV183.89160.7993.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.65%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=23.65%
G=34.26%
B=42.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361972420.440.1900.05205.4780.374.12
Hex88C5F22C1305cd504a
Octal210305362542305315120112
Binary1000100011000101111100101011001001101011100110110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,197,242); }

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

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

 a { background-color: rgb(136,197,242); }

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

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

 span { border-color: rgb(136,197,242); }

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