Html Css Color HEX #9DD5BB Vista Blue

📋 copy color: '#9DD5BB'

red 157 ◦ green 213 ◦ blue 187

#9DD5BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #9DD5BB

Tints of Vista Blue #9DD5BB

RGB

 RED value IS 157 (61.72% from 255) = 28.19%

 GREEN value IS 213 (83.59% from 255) = 38.24%

 BLUE value IS 187 (73.44% from 255) = 33.57%

R = 28.19%
G = 38.24%
B = 33.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#9DD5BB (or 0x9DD5BB) is known color: Vista Blue. HEX triplet: 9D, D5 and BB. RGB value is (157,213,187). Sum of RGB (Red+Green+Blue) = 157+213+187=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD5BB is #622A44. Grayscale: #C1C1C1. Windows color (decimal): -6433349 or 12309917. OLE color: 12309917.

HSL color Cylindrical-coordinate representation of color #9DD5BB: hue angle of 152.14º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD5BB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 213 187 -
CMYK 0.26 0 0.12 0.16
HSL 152.14º 0.4% 0.73% -
HSV(B) 152.14º 0.26% 0.84% -
XYZ 46.67 58.34 55.82 -
YUV 193.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 157 213 187 0.26 0 0.12 0.16 152.14 0.4 0.73
Hex 9D D5 BB 1A 0 C 10 98 28 49
Octal 235 325 273 32 0 14 20 230 50 111
Binary 10011101 11010101 10111011 11010 0 1100 10000 10011000 101000 1001001

Color Harmonies of #9DD5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD5BB

Black with #9DD5BB

Text Example


Text Example

White with #9DD5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,213,187); }

 H1.HeaderClassName
 {
   color: #9DD5BB;
 }
 .AnyTagClassName
 {
   color: #9DD5BB;
 }
</style>

background-color css

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

 a { background-color: rgb(157,213,187); }

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

border-color css

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

 span { border-color: rgb(157,213,187); }

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