#88BAFE

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

Shades of Light Sky Blue #88BAFE

Tints of Light Sky Blue #88BAFE

Color information

#88BAFE (or 0x88BAFE) is unknown color: approx Light Sky Blue. HEX triplet: 88, BA and FE. RGB value is (136,186,254). Sum of RGB (Red+Green+Blue) = 136+186+254=576 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.61% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #88BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BAFE is #774501. Grayscale: #B2B2B2. Windows color (decimal): -7816450 or 16693896. OLE color: 16693896.

HSL color Cylindrical-coordinate representation of color #88BAFE: hue angle of 214.58º 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 #88BAFE is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB136186254-
CMYK0.460.2700.00
HSL214.58º98.33%76.47%-
HSV(B)214.58º46.46%99.61%-
XYZ45.647.51100.53-
YUV178.8170.4497.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.61%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=23.61%
G=32.29%
B=44.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361862540.460.2700.00214.5898.3376.47
Hex88BAFE2E1B00d7624c
Octal210272376563300327142114
Binary10001000101110101111111010111011011001101011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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