#90EFFC

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

Shades of Electric Blue #90EFFC

Tints of Electric Blue #90EFFC

Color information

#90EFFC (or 0x90EFFC) is unknown color: approx Electric Blue. HEX triplet: 90, EF and FC. RGB value is (144,239,252). Sum of RGB (Red+Green+Blue) = 144+239+252=635 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.68% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #90EFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFFC is #6F1003. Grayscale: #D3D3D3. Windows color (decimal): -7278596 or 16576400. OLE color: 16576400.

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

Color convert

RGB144239252-
CMYK0.430.0500.01
HSL187.22º94.74%77.65%-
HSV(B)187.22º42.86%98.82%-
XYZ59.9474.69103.35-
YUV212.08150.5379.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.68%
GREEN value IS 239 (93.75% from 255) = 37.64%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=22.68%
G=37.64%
B=39.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442392520.430.0500.01187.2294.7477.65
Hex90EFFC2B501bb5f4e
Octal22035737453501273137116
Binary100100001110111111111100101011101011011101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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