#90EEFD

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

Shades of Electric Blue #90EEFD

Tints of Electric Blue #90EEFD

Color information

#90EEFD (or 0x90EEFD) is unknown color: approx Electric Blue. HEX triplet: 90, EE and FD. RGB value is (144,238,253). Sum of RGB (Red+Green+Blue) = 144+238+253=635 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.68% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #90EEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EEFD is #6F1102. Grayscale: #D3D3D3. Windows color (decimal): -7278851 or 16641680. OLE color: 16641680.

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

Color convert

RGB144238253-
CMYK0.430.0600.01
HSL188.26º96.46%77.84%-
HSV(B)188.26º43.08%99.22%-
XYZ59.8174.17104.09-
YUV211.6151.3679.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.68%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=22.68%
G=37.48%
B=39.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442382530.430.0600.01188.2696.4677.84
Hex90EEFD2B601bc604e
Octal22035637553601274140116
Binary100100001110111011111101101011110011011110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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