#90F7FC

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

Shades of Electric Blue #90F7FC

Tints of Electric Blue #90F7FC

Color information

#90F7FC (or 0x90F7FC) is unknown color: approx Electric Blue. HEX triplet: 90, F7 and FC. RGB value is (144,247,252). Sum of RGB (Red+Green+Blue) = 144+247+252=643 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.40% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #90F7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F7FC is #6F0803. Grayscale: #D8D8D8. Windows color (decimal): -7276548 or 16578448. OLE color: 16578448.

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

Color convert

RGB144247252-
CMYK0.430.0200.01
HSL182.78º94.74%77.65%-
HSV(B)182.78º42.86%98.82%-
XYZ62.3379.48104.15-
YUV216.77147.8876.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.40%
GREEN value IS 247 (96.88% from 255) = 38.41%
BLUE value IS 252 (98.83% from 255) = 39.19%
R=22.40%
G=38.41%
B=39.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442472520.430.0200.01182.7894.7477.65
Hex90F7FC2B201b75f4e
Octal22036737453201267137116
Binary10010000111101111111110010101110011011011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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