#90F9F7

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

Shades of Electric Blue #90F9F7

Tints of Electric Blue #90F9F7

Color information

#90F9F7 (or 0x90F9F7) is unknown color: approx Electric Blue. HEX triplet: 90, F9 and F7. RGB value is (144,249,247). Sum of RGB (Red+Green+Blue) = 144+249+247=640 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.5% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #90F9F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F9F7 is #6F0608. Grayscale: #D9D9D9. Windows color (decimal): -7276041 or 16251280. OLE color: 16251280.

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

Color convert

RGB144249247-
CMYK0.4200.010.02
HSL178.86º89.74%77.06%-
HSV(B)178.86º42.17%97.65%-
XYZ62.1780.4100.24-
YUV217.38144.7175.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.5%
GREEN value IS 249 (97.66% from 255) = 38.91%
BLUE value IS 247 (96.88% from 255) = 38.59%
R=22.5%
G=38.91%
B=38.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442492470.4200.010.02178.8689.7477.06
Hex90F9F72A012b35a4d
Octal22037136752012263132115
Binary10010000111110011111011110101001101011001110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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