#90EEF9

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

Shades of Electric Blue #90EEF9

Tints of Electric Blue #90EEF9

Color information

#90EEF9 (or 0x90EEF9) is unknown color: approx Electric Blue. HEX triplet: 90, EE and F9. RGB value is (144,238,249). Sum of RGB (Red+Green+Blue) = 144+238+249=631 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.82% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #90EEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EEF9 is #6F1106. Grayscale: #D3D3D3. Windows color (decimal): -7278855 or 16379536. OLE color: 16379536.

HSL color Cylindrical-coordinate representation of color #90EEF9: hue angle of 186.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90EEF9 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144238249-
CMYK0.420.0400.02
HSL186.29º89.74%77.06%-
HSV(B)186.29º42.17%97.65%-
XYZ59.1873.92100.77-
YUV211.15149.3680.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.82%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 249 (97.66% from 255) = 39.46%
R=22.82%
G=37.72%
B=39.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442382490.420.0400.02186.2989.7477.06
Hex90EEF92A402ba5a4d
Octal22035637152402272132115
Binary1001000011101110111110011010101000101011101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,238,249); }

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

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

 a { background-color: rgb(144,238,249); }

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

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

 span { border-color: rgb(144,238,249); }

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