#88BBFF

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

Shades of Light Sky Blue #88BBFF

Tints of Light Sky Blue #88BBFF

Color information

#88BBFF (or 0x88BBFF) is unknown color: approx Light Sky Blue. HEX triplet: 88, BB and FF. RGB value is (136,187,255). Sum of RGB (Red+Green+Blue) = 136+187+255=578 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.53% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #88BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BBFF is #774400. Grayscale: #B3B3B3. Windows color (decimal): -7816193 or 16759688. OLE color: 16759688.

HSL color Cylindrical-coordinate representation of color #88BBFF: hue angle of 214.29º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88BBFF is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136187255-
CMYK0.470.2700
HSL214.29º100%76.67%-
HSV(B)214.29º46.67%100%-
XYZ45.9747.99101.45-
YUV179.5170.696.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.53%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 255 (100% from 255) = 44.12%
R=23.53%
G=32.35%
B=44.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1361872550.470.2700214.2910076.67
Hex88BBFF2F1B00d6644d
Octal210273377573300326144115
Binary10001000101110111111111110111111011001101011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,187,255); }

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

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

 a { background-color: rgb(136,187,255); }

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

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

 span { border-color: rgb(136,187,255); }

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