#90F0FA

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

Shades of Electric Blue #90F0FA

Tints of Electric Blue #90F0FA

Color information

#90F0FA (or 0x90F0FA) is unknown color: approx Electric Blue. HEX triplet: 90, F0 and FA. RGB value is (144,240,250). Sum of RGB (Red+Green+Blue) = 144+240+250=634 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.71% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #90F0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F0FA is #6F0F05. Grayscale: #D4D4D4. Windows color (decimal): -7278342 or 16445584. OLE color: 16445584.

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

Color convert

RGB144240250-
CMYK0.420.0400.02
HSL185.66º91.38%77.25%-
HSV(B)185.66º42.4%98.04%-
XYZ59.9275.15101.79-
YUV212.44149.279.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.71%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=22.71%
G=37.85%
B=39.43%

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
Decimal1442402500.420.0400.02185.6691.3877.25
Hex90F0FA2A402ba5b4d
Octal22036037252402272133115
Binary1001000011110000111110101010101000101011101010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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