#88C1F6

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

Shades of Light Sky Blue #88C1F6

Tints of Light Sky Blue #88C1F6

Color information

#88C1F6 (or 0x88C1F6) is unknown color: approx Light Sky Blue. HEX triplet: 88, C1 and F6. RGB value is (136,193,246). Sum of RGB (Red+Green+Blue) = 136+193+246=575 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.65% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #88C1F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C1F6 is #773E09. Grayscale: #B5B5B5. Windows color (decimal): -7814666 or 16171400. OLE color: 16171400.

HSL color Cylindrical-coordinate representation of color #88C1F6: hue angle of 208.91º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88C1F6 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB136193246-
CMYK0.450.2200.04
HSL208.91º85.94%74.9%-
HSV(B)208.91º44.72%96.47%-
XYZ45.8650.0394.43-
YUV182164.1295.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.65%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 246 (96.48% from 255) = 42.78%
R=23.65%
G=33.57%
B=42.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1361932460.450.2200.04208.9185.9474.9
Hex88C1F62D1604d1564b
Octal210301366552604321126113
Binary1000100011000001111101101011011011001001101000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,193,246); }

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

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

 a { background-color: rgb(136,193,246); }

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

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

 span { border-color: rgb(136,193,246); }

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