#90EDFF

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

Shades of Electric Blue #90EDFF

Tints of Electric Blue #90EDFF

Color information

#90EDFF (or 0x90EDFF) is unknown color: approx Electric Blue. HEX triplet: 90, ED and FF. RGB value is (144,237,255). Sum of RGB (Red+Green+Blue) = 144+237+255=636 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.64% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #90EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EDFF is #6F1200. Grayscale: #D3D3D3. Windows color (decimal): -7279105 or 16772496. OLE color: 16772496.

HSL color Cylindrical-coordinate representation of color #90EDFF: hue angle of 189.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90EDFF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB144237255-
CMYK0.440.0700
HSL189.73º100%78.24%-
HSV(B)189.73º43.53%100%-
XYZ59.8473.72105.68-
YUV211.24152.6980.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.64%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 255 (100% from 255) = 40.09%
R=22.64%
G=37.26%
B=40.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1442372550.440.0700189.7310078.24
Hex90EDFF2C700be644e
Octal22035537754700276144116
Binary100100001110110111111111101100111001011111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90EDFF; }

 p { color: rgb(144,237,255); }

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

<style>
 a { background-color: #90EDFF; }

 a { background-color: rgb(144,237,255); }

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

<style>
 span { border-color: #90EDFF; }

 span { border-color: rgb(144,237,255); }

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