#90F6FB

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

Shades of Electric Blue #90F6FB

Tints of Electric Blue #90F6FB

Color information

#90F6FB (or 0x90F6FB) is unknown color: approx Electric Blue. HEX triplet: 90, F6 and FB. RGB value is (144,246,251). Sum of RGB (Red+Green+Blue) = 144+246+251=641 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.46% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #90F6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F6FB is #6F0904. Grayscale: #D7D7D7. Windows color (decimal): -7276805 or 16512656. OLE color: 16512656.

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

Color convert

RGB144246251-
CMYK0.430.0200.02
HSL182.8º93.04%77.45%-
HSV(B)182.8º42.63%98.43%-
XYZ61.8778.81103.22-
YUV216.07147.7176.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.46%
GREEN value IS 246 (96.48% from 255) = 38.38%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=22.46%
G=38.38%
B=39.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442462510.430.0200.02182.893.0477.45
Hex90F6FB2B202b75d4d
Octal22036637353202267135115
Binary100100001111011011111011101011100101011011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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