#90FBFA

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

Shades of Electric Blue #90FBFA

Tints of Electric Blue #90FBFA

Color information

#90FBFA (or 0x90FBFA) is unknown color: approx Electric Blue. HEX triplet: 90, FB and FA. RGB value is (144,251,250). Sum of RGB (Red+Green+Blue) = 144+251+250=645 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.33% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FBFA is #6F0405. Grayscale: #DADADA. Windows color (decimal): -7275526 or 16448400. OLE color: 16448400.

HSL color Cylindrical-coordinate representation of color #90FBFA: hue angle of 179.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FBFA is Cyan = 0.43, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB144251250-
CMYK0.4300.000.02
HSL179.44º93.04%77.45%-
HSV(B)179.44º42.63%98.43%-
XYZ63.2581.83102.9-
YUV218.89145.5574.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.33%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=22.33%
G=38.91%
B=38.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442512500.4300.000.02179.4493.0477.45
Hex90FBFA2B002b35d4d
Octal22037337253002263135115
Binary10010000111110111111101010101100101011001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,251,250); }

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

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

 a { background-color: rgb(144,251,250); }

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

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

 span { border-color: rgb(144,251,250); }

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