#88BAFC

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

Shades of Light Sky Blue #88BAFC

Tints of Light Sky Blue #88BAFC

Color information

#88BAFC (or 0x88BAFC) is unknown color: approx Light Sky Blue. HEX triplet: 88, BA and FC. RGB value is (136,186,252). Sum of RGB (Red+Green+Blue) = 136+186+252=574 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.69% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #88BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BAFC is #774503. Grayscale: #B2B2B2. Windows color (decimal): -7816452 or 16562824. OLE color: 16562824.

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

Color convert

RGB136186252-
CMYK0.460.2600.01
HSL214.14º95.08%76.08%-
HSV(B)214.14º46.03%98.82%-
XYZ45.2847.3898.85-
YUV178.57169.4497.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.69%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=23.69%
G=32.40%
B=43.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1361862520.460.2600.01214.1495.0876.08
Hex88BAFC2E1A01d65f4c
Octal210272374563201326137114
Binary10001000101110101111110010111011010011101011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,186,252); }

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

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

 a { background-color: rgb(136,186,252); }

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

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

 span { border-color: rgb(136,186,252); }

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