#90EFF9

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

Shades of Electric Blue #90EFF9

Tints of Electric Blue #90EFF9

Color information

#90EFF9 (or 0x90EFF9) is unknown color: approx Electric Blue. HEX triplet: 90, EF and F9. RGB value is (144,239,249). Sum of RGB (Red+Green+Blue) = 144+239+249=632 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.78% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #90EFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFF9 is #6F1006. Grayscale: #D3D3D3. Windows color (decimal): -7278599 or 16379792. OLE color: 16379792.

HSL color Cylindrical-coordinate representation of color #90EFF9: hue angle of 185.71º 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 #90EFF9 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144239249-
CMYK0.420.0400.02
HSL185.71º89.74%77.06%-
HSV(B)185.71º42.17%97.65%-
XYZ59.4774.5100.87-
YUV211.74149.0379.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.78%
GREEN value IS 239 (93.75% from 255) = 37.82%
BLUE value IS 249 (97.66% from 255) = 39.40%
R=22.78%
G=37.82%
B=39.40%

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
Decimal1442392490.420.0400.02185.7189.7477.06
Hex90EFF92A402ba5a4d
Octal22035737152402272132115
Binary1001000011101111111110011010101000101011101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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