#9DDBBE

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

Shades of Vista Blue #9DDBBE

Tints of Vista Blue #9DDBBE

Color information

#9DDBBE (or 0x9DDBBE) is unknown color: approx Vista Blue. HEX triplet: 9D, DB and BE. RGB value is (157,219,190). Sum of RGB (Red+Green+Blue) = 157+219+190=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBBE is #622441. Grayscale: #C5C5C5. Windows color (decimal): -6431810 or 12508061. OLE color: 12508061.

HSL color Cylindrical-coordinate representation of color #9DDBBE: hue angle of 151.94º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBBE is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB157219190-
CMYK0.2800.130.14
HSL151.94º46.27%73.73%-
HSV(B)151.94º28.31%85.88%-
XYZ48.5361.5558.04-
YUV197.16123.9699.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.74%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=27.74%
G=38.69%
B=33.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191900.2800.130.14151.9446.2773.73
Hex9DDBBE1C0DE982e4a
Octal235333276340151623056112
Binary10011101110110111011111011100011011110100110001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DDBBE; }

 p { color: rgb(157,219,190); }

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

<style>
 a { background-color: #9DDBBE; }

 a { background-color: rgb(157,219,190); }

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

<style>
 span { border-color: #9DDBBE; }

 span { border-color: rgb(157,219,190); }

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