#90FEEC

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

Shades of Electric Blue #90FEEC

Tints of Electric Blue #90FEEC

Color information

#90FEEC (or 0x90FEEC) is unknown color: approx Electric Blue. HEX triplet: 90, FE and EC. RGB value is (144,254,236). Sum of RGB (Red+Green+Blue) = 144+254+236=634 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.71% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FEEC is #6F0113. Grayscale: #DBDBDB. Windows color (decimal): -7274772 or 15531664. OLE color: 15531664.

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

Color convert

RGB144254236-
CMYK0.4300.070.00
HSL170.18º98.21%78.04%-
HSV(B)170.18º43.31%99.61%-
XYZ62.0882.8792.08-
YUV219.06137.5674.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.71%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=22.71%
G=40.06%
B=37.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442542360.4300.070.00170.1898.2178.04
Hex90FEEC2B070aa624e
Octal22037635453070252142116
Binary100100001111111011101100101011011101010101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,254,236); }

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

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

 a { background-color: rgb(144,254,236); }

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

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

 span { border-color: rgb(144,254,236); }

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