#90F6F7

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

Shades of Electric Blue #90F6F7

Tints of Electric Blue #90F6F7

Color information

#90F6F7 (or 0x90F6F7) is unknown color: approx Electric Blue. HEX triplet: 90, F6 and F7. RGB value is (144,246,247). Sum of RGB (Red+Green+Blue) = 144+246+247=637 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.61% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #90F6F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F6F7 is #6F0908. Grayscale: #D7D7D7. Windows color (decimal): -7276809 or 16250512. OLE color: 16250512.

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

Color convert

RGB144246247-
CMYK0.420.0000.03
HSL180.58º86.55%76.67%-
HSV(B)180.58º41.7%96.86%-
XYZ61.2578.5699.93-
YUV215.62145.7176.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.61%
GREEN value IS 246 (96.48% from 255) = 38.62%
BLUE value IS 247 (96.88% from 255) = 38.78%
R=22.61%
G=38.62%
B=38.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1442462470.420.0000.03180.5886.5576.67
Hex90F6F72A003b5574d
Octal22036636752003265127115
Binary10010000111101101111011110101000111011010110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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