#90F5FA

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

Shades of Electric Blue #90F5FA

Tints of Electric Blue #90F5FA

Color information

#90F5FA (or 0x90F5FA) is unknown color: approx Electric Blue. HEX triplet: 90, F5 and FA. RGB value is (144,245,250). Sum of RGB (Red+Green+Blue) = 144+245+250=639 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.54% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #90F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F5FA is #6F0A05. Grayscale: #D7D7D7. Windows color (decimal): -7277062 or 16446864. OLE color: 16446864.

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

Color convert

RGB144245250-
CMYK0.420.0200.02
HSL182.83º91.38%77.25%-
HSV(B)182.83º42.4%98.04%-
XYZ61.4178.14102.29-
YUV215.37147.5477.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.54%
GREEN value IS 245 (96.09% from 255) = 38.34%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=22.54%
G=38.34%
B=39.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442452500.420.0200.02182.8391.3877.25
Hex90F5FA2A202b75b4d
Octal22036537252202267133115
Binary100100001111010111111010101010100101011011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,245,250); }

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

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

 a { background-color: rgb(144,245,250); }

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

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

 span { border-color: rgb(144,245,250); }

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