#90F8FA

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

Shades of Electric Blue #90F8FA

Tints of Electric Blue #90F8FA

Color information

#90F8FA (or 0x90F8FA) is unknown color: approx Electric Blue. HEX triplet: 90, F8 and FA. RGB value is (144,248,250). Sum of RGB (Red+Green+Blue) = 144+248+250=642 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.43% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #90F8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F8FA is #6F0705. Grayscale: #D9D9D9. Windows color (decimal): -7276294 or 16447632. OLE color: 16447632.

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

Color convert

RGB144248250-
CMYK0.420.0100.02
HSL181.13º91.38%77.25%-
HSV(B)181.13º42.4%98.04%-
XYZ62.3279.97102.59-
YUV217.13146.5475.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.43%
GREEN value IS 248 (97.27% from 255) = 38.63%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=22.43%
G=38.63%
B=38.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442482500.420.0100.02181.1391.3877.25
Hex90F8FA2A102b55b4d
Octal22037037252102265133115
Binary10010000111110001111101010101010101011010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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