#88BCFF

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

Shades of Light Sky Blue #88BCFF

Tints of Light Sky Blue #88BCFF

Color information

#88BCFF (or 0x88BCFF) is unknown color: approx Light Sky Blue. HEX triplet: 88, BC and FF. RGB value is (136,188,255). Sum of RGB (Red+Green+Blue) = 136+188+255=579 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.49% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #88BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BCFF is #774300. Grayscale: #B3B3B3. Windows color (decimal): -7815937 or 16759944. OLE color: 16759944.

HSL color Cylindrical-coordinate representation of color #88BCFF: hue angle of 213.78º 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 #88BCFF is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136188255-
CMYK0.470.2600
HSL213.78º100%76.67%-
HSV(B)213.78º46.67%100%-
XYZ46.1948.42101.52-
YUV180.09170.2796.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.49%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 255 (100% from 255) = 44.04%
R=23.49%
G=32.47%
B=44.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1361882550.470.2600213.7810076.67
Hex88BCFF2F1A00d6644d
Octal210274377573200326144115
Binary10001000101111001111111110111111010001101011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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