#90FBF7

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

Shades of Electric Blue #90FBF7

Tints of Electric Blue #90FBF7

Color information

#90FBF7 (or 0x90FBF7) is unknown color: approx Electric Blue. HEX triplet: 90, FB and F7. RGB value is (144,251,247). Sum of RGB (Red+Green+Blue) = 144+251+247=642 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.43% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FBF7 is #6F0408. Grayscale: #DADADA. Windows color (decimal): -7275529 or 16251792. OLE color: 16251792.

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

Color convert

RGB144251247-
CMYK0.4300.020.02
HSL177.76º93.04%77.45%-
HSV(B)177.76º42.63%98.43%-
XYZ62.7981.64100.44-
YUV218.55144.0574.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.43%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 247 (96.88% from 255) = 38.47%
R=22.43%
G=39.10%
B=38.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442512470.4300.020.02177.7693.0477.45
Hex90FBF72B022b25d4d
Octal22037336753022262135115
Binary100100001111101111110111101011010101011001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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