#90F1EF

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

Shades of Electric Blue #90F1EF

Tints of Electric Blue #90F1EF

Color information

#90F1EF (or 0x90F1EF) is unknown color: approx Electric Blue. HEX triplet: 90, F1 and EF. RGB value is (144,241,239). Sum of RGB (Red+Green+Blue) = 144+241+239=624 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.08% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #90F1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F1EF is #6F0E10. Grayscale: #D3D3D3. Windows color (decimal): -7278097 or 15724944. OLE color: 15724944.

HSL color Cylindrical-coordinate representation of color #90F1EF: hue angle of 178.76º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F1EF is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB144241239-
CMYK0.4000.010.05
HSL178.76º77.6%75.49%-
HSV(B)178.76º40.25%94.51%-
XYZ58.5475.0793.07-
YUV211.77143.3679.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.08%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=23.08%
G=38.62%
B=38.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442412390.4000.010.05178.7677.675.49
Hex90F1EF28015b34e4b
Octal22036135750015263116113
Binary100100001111000111101111101000011011011001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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