#90FEFD

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

Shades of Electric Blue #90FEFD

Tints of Electric Blue #90FEFD

Color information

#90FEFD (or 0x90FEFD) is unknown color: approx Electric Blue. HEX triplet: 90, FE and FD. RGB value is (144,254,253). Sum of RGB (Red+Green+Blue) = 144+254+253=651 (86% of max value = 765). Red value is 144 (56.64% from 255 or 22.12% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FEFD is #6F0102. Grayscale: #DCDCDC. Windows color (decimal): -7274755 or 16645776. OLE color: 16645776.

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

Color convert

RGB144254253-
CMYK0.4300.000.00
HSL179.45º98.21%78.04%-
HSV(B)179.45º43.31%99.61%-
XYZ64.6783.9105.72-
YUV221146.0673.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.12%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=22.12%
G=39.02%
B=38.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442542530.4300.000.00179.4598.2178.04
Hex90FEFD2B000b3624e
Octal22037637553000263142116
Binary1001000011111110111111011010110001011001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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