#90F1FC

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

Shades of Electric Blue #90F1FC

Tints of Electric Blue #90F1FC

Color information

#90F1FC (or 0x90F1FC) is unknown color: approx Electric Blue. HEX triplet: 90, F1 and FC. RGB value is (144,241,252). Sum of RGB (Red+Green+Blue) = 144+241+252=637 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.61% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #90F1FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F1FC is #6F0E03. Grayscale: #D5D5D5. Windows color (decimal): -7278084 or 16576912. OLE color: 16576912.

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

Color convert

RGB144241252-
CMYK0.430.0400.01
HSL186.11º94.74%77.65%-
HSV(B)186.11º42.86%98.82%-
XYZ60.5375.87103.55-
YUV213.25149.8678.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.61%
GREEN value IS 241 (94.53% from 255) = 37.83%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=22.61%
G=37.83%
B=39.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442412520.430.0400.01186.1194.7477.65
Hex90F1FC2B401ba5f4e
Octal22036137453401272137116
Binary100100001111000111111100101011100011011101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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