#88BBFE

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

Shades of Light Sky Blue #88BBFE

Tints of Light Sky Blue #88BBFE

Color information

#88BBFE (or 0x88BBFE) is unknown color: approx Light Sky Blue. HEX triplet: 88, BB and FE. RGB value is (136,187,254). Sum of RGB (Red+Green+Blue) = 136+187+254=577 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.57% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #88BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BBFE is #774401. Grayscale: #B3B3B3. Windows color (decimal): -7816194 or 16694152. OLE color: 16694152.

HSL color Cylindrical-coordinate representation of color #88BBFE: hue angle of 214.07º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88BBFE is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB136187254-
CMYK0.460.2600.00
HSL214.07º98.33%76.47%-
HSV(B)214.07º46.46%99.61%-
XYZ45.8147.93100.6-
YUV179.39170.197.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.57%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=23.57%
G=32.41%
B=44.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361872540.460.2600.00214.0798.3376.47
Hex88BBFE2E1A00d6624c
Octal210273376563200326142114
Binary10001000101110111111111010111011010001101011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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