#90F7FE

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

Shades of Electric Blue #90F7FE

Tints of Electric Blue #90F7FE

Color information

#90F7FE (or 0x90F7FE) is unknown color: approx Electric Blue. HEX triplet: 90, F7 and FE. RGB value is (144,247,254). Sum of RGB (Red+Green+Blue) = 144+247+254=645 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.33% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #90F7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F7FE is #6F0801. Grayscale: #D8D8D8. Windows color (decimal): -7276546 or 16709520. OLE color: 16709520.

HSL color Cylindrical-coordinate representation of color #90F7FE: hue angle of 183.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90F7FE is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB144247254-
CMYK0.430.0300.00
HSL183.82º98.21%78.04%-
HSV(B)183.82º43.31%99.61%-
XYZ62.6579.61105.83-
YUV217148.8875.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.33%
GREEN value IS 247 (96.88% from 255) = 38.29%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=22.33%
G=38.29%
B=39.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442472540.430.0300.00183.8298.2178.04
Hex90F7FE2B300b8624e
Octal22036737653300270142116
Binary10010000111101111111111010101111001011100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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