#89FCFF

Color #89FCFF Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #89FCFF

Tints of Electric Blue #89FCFF

Color information

#89FCFF (or 0x89FCFF) is unknown color: approx Electric Blue. HEX triplet: 89, FC and FF. RGB value is (137,252,255). Sum of RGB (Red+Green+Blue) = 137+252+255=644 (85% of max value = 765). Red value is 137 (53.91% from 255 or 21.27% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #89FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FCFF is #760300. Grayscale: #D9D9D9. Windows color (decimal): -7734017 or 16776329. OLE color: 16776329.

HSL color Cylindrical-coordinate representation of color #89FCFF: hue angle of 181.53º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FCFF is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137252255-
CMYK0.460.0100
HSL181.53º100%76.86%-
HSV(B)181.53º46.27%100%-
XYZ63.1882.16107.14-
YUV217.96148.970.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.27%
GREEN value IS 252 (98.83% from 255) = 39.13%
BLUE value IS 255 (100% from 255) = 39.60%
R=21.27%
G=39.13%
B=39.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372522550.460.0100181.5310076.86
Hex89FCFF2E100b6644d
Octal21137437756100266144115
Binary1000100111111100111111111011101001011011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89FCFF; }

 p { color: rgb(137,252,255); }

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

<style>
 a { background-color: #89FCFF; }

 a { background-color: rgb(137,252,255); }

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

<style>
 span { border-color: #89FCFF; }

 span { border-color: rgb(137,252,255); }

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