#90F8FC

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

Shades of Electric Blue #90F8FC

Tints of Electric Blue #90F8FC

Color information

#90F8FC (or 0x90F8FC) is unknown color: approx Electric Blue. HEX triplet: 90, F8 and FC. RGB value is (144,248,252). Sum of RGB (Red+Green+Blue) = 144+248+252=644 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.36% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #90F8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F8FC is #6F0703. Grayscale: #D9D9D9. Windows color (decimal): -7276292 or 16578704. OLE color: 16578704.

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

Color convert

RGB144248252-
CMYK0.430.0200.01
HSL182.22º94.74%77.65%-
HSV(B)182.22º42.86%98.82%-
XYZ62.6480.09104.25-
YUV217.36147.5475.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.36%
GREEN value IS 248 (97.27% from 255) = 38.51%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=22.36%
G=38.51%
B=39.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442482520.430.0200.01182.2294.7477.65
Hex90F8FC2B201b65f4e
Octal22037037453201266137116
Binary10010000111110001111110010101110011011011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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