#90EFBF

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

Shades of Vista Blue #90EFBF

Tints of Vista Blue #90EFBF

Color information

#90EFBF (or 0x90EFBF) is unknown color: approx Vista Blue. HEX triplet: 90, EF and BF. RGB value is (144,239,191). Sum of RGB (Red+Green+Blue) = 144+239+191=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFBF is #6F1040. Grayscale: #CDCDCD. Windows color (decimal): -7278657 or 12578704. OLE color: 12578704.

HSL color Cylindrical-coordinate representation of color #90EFBF: hue angle of 149.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFBF is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB144239191-
CMYK0.4000.200.06
HSL149.68º74.8%75.1%-
HSV(B)149.68º39.75%93.73%-
XYZ51.7771.4260.35-
YUV205.12120.0384.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.09%
GREEN value IS 239 (93.75% from 255) = 41.64%
BLUE value IS 191 (75% from 255) = 33.28%
R=25.09%
G=41.64%
B=33.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442391910.4000.200.06149.6874.875.1
Hex90EFBF280146964b4b
Octal220357277500246226113113
Binary1001000011101111101111111010000101001101001011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,239,191); }

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

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

 a { background-color: rgb(144,239,191); }

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

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

 span { border-color: rgb(144,239,191); }

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