#90FCF0

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

Shades of Electric Blue #90FCF0

Tints of Electric Blue #90FCF0

Color information

#90FCF0 (or 0x90FCF0) is unknown color: approx Electric Blue. HEX triplet: 90, FC and F0. RGB value is (144,252,240). Sum of RGB (Red+Green+Blue) = 144+252+240=636 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.64% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FCF0 is #6F030F. Grayscale: #DADADA. Windows color (decimal): -7275280 or 15793296. OLE color: 15793296.

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

Color convert

RGB144252240-
CMYK0.4300.050.01
HSL173.33º94.74%77.65%-
HSV(B)173.33º42.86%98.82%-
XYZ62.0481.8494.97-
YUV218.34140.2274.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.64%
GREEN value IS 252 (98.83% from 255) = 39.62%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=22.64%
G=39.62%
B=37.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442522400.4300.050.01173.3394.7477.65
Hex90FCF02B051ad5f4e
Octal22037436053051255137116
Binary100100001111110011110000101011010111010110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,252,240); }

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

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

 a { background-color: rgb(144,252,240); }

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

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

 span { border-color: rgb(144,252,240); }

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