#90F7F2

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

Shades of Electric Blue #90F7F2

Tints of Electric Blue #90F7F2

Color information

#90F7F2 (or 0x90F7F2) is unknown color: approx Electric Blue. HEX triplet: 90, F7 and F2. RGB value is (144,247,242). Sum of RGB (Red+Green+Blue) = 144+247+242=633 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.75% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #90F7F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F7F2 is #6F080D. Grayscale: #D7D7D7. Windows color (decimal): -7276558 or 15923088. OLE color: 15923088.

HSL color Cylindrical-coordinate representation of color #90F7F2: hue angle of 177.09º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F7F2 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB144247242-
CMYK0.4200.020.03
HSL177.09º86.55%76.67%-
HSV(B)177.09º41.7%96.86%-
XYZ60.7978.8696.02-
YUV215.63142.8876.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.75%
GREEN value IS 247 (96.88% from 255) = 39.02%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=22.75%
G=39.02%
B=38.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1442472420.4200.020.03177.0986.5576.67
Hex90F7F22A023b1574d
Octal22036736252023261127115
Binary100100001111011111110010101010010111011000110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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