#90F1FA

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

Shades of Electric Blue #90F1FA

Tints of Electric Blue #90F1FA

Color information

#90F1FA (or 0x90F1FA) is unknown color: approx Electric Blue. HEX triplet: 90, F1 and FA. RGB value is (144,241,250). Sum of RGB (Red+Green+Blue) = 144+241+250=635 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.68% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #90F1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F1FA is #6F0E05. Grayscale: #D4D4D4. Windows color (decimal): -7278086 or 16445840. OLE color: 16445840.

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

Color convert

RGB144241250-
CMYK0.420.0400.02
HSL185.09º91.38%77.25%-
HSV(B)185.09º42.4%98.04%-
XYZ60.2175.74101.89-
YUV213.02148.8678.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.68%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=22.68%
G=37.95%
B=39.37%

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
Decimal1442412500.420.0400.02185.0991.3877.25
Hex90F1FA2A402b95b4d
Octal22036137252402271133115
Binary1001000011110001111110101010101000101011100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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