#90CEB6

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

Shades of Vista Blue #90CEB6

Tints of Vista Blue #90CEB6

Color information

#90CEB6 (or 0x90CEB6) is unknown color: approx Vista Blue. HEX triplet: 90, CE and B6. RGB value is (144,206,182). Sum of RGB (Red+Green+Blue) = 144+206+182=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEB6 is #6F3149. Grayscale: #B8B8B8. Windows color (decimal): -7287114 or 11980432. OLE color: 11980432.

HSL color Cylindrical-coordinate representation of color #90CEB6: hue angle of 156.77º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEB6 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB144206182-
CMYK0.3000.120.19
HSL156.77º38.75%68.63%-
HSV(B)156.77º30.1%80.78%-
XYZ42.0253.4552.36-
YUV184.73126.4698.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.07%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=27.07%
G=38.72%
B=34.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061820.3000.120.19156.7738.7568.63
Hex90CEB61E0C139d2745
Octal220316266360142323547105
Binary100100001100111010110110111100110010011100111011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,206,182); }

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

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

 a { background-color: rgb(144,206,182); }

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

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

 span { border-color: rgb(144,206,182); }

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