#90FEFC

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

Shades of Electric Blue #90FEFC

Tints of Electric Blue #90FEFC

Color information

#90FEFC (or 0x90FEFC) is unknown color: approx Electric Blue. HEX triplet: 90, FE and FC. RGB value is (144,254,252). Sum of RGB (Red+Green+Blue) = 144+254+252=650 (86% of max value = 765). Red value is 144 (56.64% from 255 or 22.15% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FEFC is #6F0103. Grayscale: #DCDCDC. Windows color (decimal): -7274756 or 16580240. OLE color: 16580240.

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

Color convert

RGB144254252-
CMYK0.4300.010.00
HSL178.91º98.21%78.04%-
HSV(B)178.91º43.31%99.61%-
XYZ64.5183.84104.88-
YUV220.88145.5673.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.15%
GREEN value IS 254 (99.61% from 255) = 39.08%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=22.15%
G=39.08%
B=38.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442542520.4300.010.00178.9198.2178.04
Hex90FEFC2B010b3624e
Octal22037637453010263142116
Binary1001000011111110111111001010110101011001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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