Html Css Color HEX #9DDEBD Vista Blue

📋 copy color: '#9DDEBD'

red 157 ◦ green 222 ◦ blue 189

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

Shades of Vista Blue #9DDEBD

Tints of Vista Blue #9DDEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.08%

 BLUE value IS 189 (74.22% from 255) = 33.27%

R = 27.64%
G = 39.08%
B = 33.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#9DDEBD (or 0x9DDEBD) is known color: Vista Blue. HEX triplet: 9D, DE and BD. RGB value is (157,222,189). Sum of RGB (Red+Green+Blue) = 157+222+189=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEBD is #622142. Grayscale: #C6C6C6. Windows color (decimal): -6431043 or 12443293. OLE color: 12443293.

HSL color Cylindrical-coordinate representation of color #9DDEBD: hue angle of 149.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEBD is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 222 189 -
CMYK 0.29 0 0.15 0.13
HSL 149.54º 0.5% 0.74% -
HSV(B) 149.54º 0.29% 0.87% -
XYZ 49.21 63.08 57.73 -
YUV 198.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 157 222 189 0.29 0 0.15 0.13 149.54 0.5 0.74
Hex 9D DE BD 1D 0 F D 96 32 4A
Octal 235 336 275 35 0 17 15 226 62 112
Binary 10011101 11011110 10111101 11101 0 1111 1101 10010110 110010 1001010

Color Harmonies of #9DDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEBD

Black with #9DDEBD

Text Example


Text Example

White with #9DDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,222,189); }

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

background-color css

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

 a { background-color: rgb(157,222,189); }

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

border-color css

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

 span { border-color: rgb(157,222,189); }

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