#90F5FD

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

Shades of Electric Blue #90F5FD

Tints of Electric Blue #90F5FD

Color information

#90F5FD (or 0x90F5FD) is unknown color: approx Electric Blue. HEX triplet: 90, F5 and FD. RGB value is (144,245,253). Sum of RGB (Red+Green+Blue) = 144+245+253=642 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.43% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #90F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F5FD is #6F0A02. Grayscale: #D7D7D7. Windows color (decimal): -7277059 or 16643472. OLE color: 16643472.

HSL color Cylindrical-coordinate representation of color #90F5FD: hue angle of 184.4º degrees, saturation: 0.96, 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 #90F5FD is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144245253-
CMYK0.430.0300.01
HSL184.4º96.46%77.84%-
HSV(B)184.4º43.08%99.22%-
XYZ61.8878.33104.79-
YUV215.71149.0476.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.43%
GREEN value IS 245 (96.09% from 255) = 38.16%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=22.43%
G=38.16%
B=39.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442452530.430.0300.01184.496.4677.84
Hex90F5FD2B301b8604e
Octal22036537553301270140116
Binary10010000111101011111110110101111011011100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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