#90EFBC

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

Shades of Vista Blue #90EFBC

Tints of Vista Blue #90EFBC

Color information

#90EFBC (or 0x90EFBC) is unknown color: approx Vista Blue. HEX triplet: 90, EF and BC. RGB value is (144,239,188). Sum of RGB (Red+Green+Blue) = 144+239+188=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFBC is #6F1043. Grayscale: #CCCCCC. Windows color (decimal): -7278660 or 12382096. OLE color: 12382096.

HSL color Cylindrical-coordinate representation of color #90EFBC: hue angle of 147.79º 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 #90EFBC is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB144239188-
CMYK0.4000.210.06
HSL147.79º74.8%75.1%-
HSV(B)147.79º39.75%93.73%-
XYZ51.4571.2958.63-
YUV204.78118.5384.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.22%
GREEN value IS 239 (93.75% from 255) = 41.86%
BLUE value IS 188 (73.83% from 255) = 32.92%
R=25.22%
G=41.86%
B=32.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442391880.4000.210.06147.7974.875.1
Hex90EFBC280156944b4b
Octal220357274500256224113113
Binary1001000011101111101111001010000101011101001010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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