#90FCF3

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

Shades of Electric Blue #90FCF3

Tints of Electric Blue #90FCF3

Color information

#90FCF3 (or 0x90FCF3) is unknown color: approx Electric Blue. HEX triplet: 90, FC and F3. RGB value is (144,252,243). Sum of RGB (Red+Green+Blue) = 144+252+243=639 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.54% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FCF3 is #6F030C. Grayscale: #DADADA. Windows color (decimal): -7275277 or 15989904. OLE color: 15989904.

HSL color Cylindrical-coordinate representation of color #90FCF3: hue angle of 175º 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 #90FCF3 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB144252243-
CMYK0.4300.040.01
HSL175º94.74%77.65%-
HSV(B)175º42.86%98.82%-
XYZ62.4982.0297.33-
YUV218.68141.7274.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.54%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 243 (95.31% from 255) = 38.03%
R=22.54%
G=39.44%
B=38.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442522430.4300.040.0117594.7477.65
Hex90FCF32B041af5f4e
Octal22037436353041257137116
Binary100100001111110011110011101011010011010111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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