#90FBF9

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

Shades of Electric Blue #90FBF9

Tints of Electric Blue #90FBF9

Color information

#90FBF9 (or 0x90FBF9) is unknown color: approx Electric Blue. HEX triplet: 90, FB and F9. RGB value is (144,251,249). Sum of RGB (Red+Green+Blue) = 144+251+249=644 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.36% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FBF9 is #6F0406. Grayscale: #DADADA. Windows color (decimal): -7275527 or 16382864. OLE color: 16382864.

HSL color Cylindrical-coordinate representation of color #90FBF9: hue angle of 178.88º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FBF9 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB144251249-
CMYK0.4300.010.02
HSL178.88º93.04%77.45%-
HSV(B)178.88º42.63%98.43%-
XYZ63.181.76102.08-
YUV218.78145.0574.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.36%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=22.36%
G=38.98%
B=38.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442512490.4300.010.02178.8893.0477.45
Hex90FBF92B012b35d4d
Octal22037337153012263135115
Binary10010000111110111111100110101101101011001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,251,249); }

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

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

 a { background-color: rgb(144,251,249); }

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

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

 span { border-color: rgb(144,251,249); }

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