#88BEFE

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

Shades of Light Sky Blue #88BEFE

Tints of Light Sky Blue #88BEFE

Color information

#88BEFE (or 0x88BEFE) is unknown color: approx Light Sky Blue. HEX triplet: 88, BE and FE. RGB value is (136,190,254). Sum of RGB (Red+Green+Blue) = 136+190+254=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #88BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BEFE is #774101. Grayscale: #B4B4B4. Windows color (decimal): -7815426 or 16694920. OLE color: 16694920.

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

Color convert

RGB136190254-
CMYK0.460.2500.00
HSL212.54º98.33%76.47%-
HSV(B)212.54º46.46%99.61%-
XYZ46.4649.22100.82-
YUV181.15169.1195.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.45%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=23.45%
G=32.76%
B=43.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361902540.460.2500.00212.5498.3376.47
Hex88BEFE2E1900d5624c
Octal210276376563100325142114
Binary10001000101111101111111010111011001001101010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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