#88C6F0

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

Shades of Light Sky Blue #88C6F0

Tints of Light Sky Blue #88C6F0

Color information

#88C6F0 (or 0x88C6F0) is unknown color: approx Light Sky Blue. HEX triplet: 88, C6 and F0. RGB value is (136,198,240). Sum of RGB (Red+Green+Blue) = 136+198+240=574 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.69% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #88C6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C6F0 is #77390F. Grayscale: #B8B8B8. Windows color (decimal): -7813392 or 15779464. OLE color: 15779464.

HSL color Cylindrical-coordinate representation of color #88C6F0: hue angle of 204.23º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88C6F0 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136198240-
CMYK0.430.1800.06
HSL204.23º77.61%73.73%-
HSV(B)204.23º43.33%94.12%-
XYZ46.0851.9190.03-
YUV184.25159.4693.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.69%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 240 (94.14% from 255) = 41.81%
R=23.69%
G=34.49%
B=41.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361982400.430.1800.06204.2377.6173.73
Hex88C6F02B1206cc4e4a
Octal210306360532206314116112
Binary1000100011000110111100001010111001001101100110010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,198,240); }

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

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

 a { background-color: rgb(136,198,240); }

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

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

 span { border-color: rgb(136,198,240); }

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