Html Css Color HEX #9DDEBE Vista Blue

📋 copy color: '#9DDEBE'

red 157 ◦ green 222 ◦ blue 190

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

Shades of Vista Blue #9DDEBE

Tints of Vista Blue #9DDEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.39%

R = 27.59%
G = 39.02%
B = 33.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#9DDEBE (or 0x9DDEBE) is known color: Vista Blue. HEX triplet: 9D, DE and BE. RGB value is (157,222,190). Sum of RGB (Red+Green+Blue) = 157+222+190=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEBE is #622141. Grayscale: #C6C6C6. Windows color (decimal): -6431042 or 12508829. OLE color: 12508829.

HSL color Cylindrical-coordinate representation of color #9DDEBE: hue angle of 150.46º 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 #9DDEBE is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 222 190 -
CMYK 0.29 0 0.14 0.13
HSL 150.46º 0.5% 0.74% -
HSV(B) 150.46º 0.29% 0.87% -
XYZ 49.32 63.13 58.3 -
YUV 198.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 157 222 190 0.29 0 0.14 0.13 150.46 0.5 0.74
Hex 9D DE BE 1D 0 E D 96 32 4A
Octal 235 336 276 35 0 16 15 226 62 112
Binary 10011101 11011110 10111110 11101 0 1110 1101 10010110 110010 1001010

Color Harmonies of #9DDEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEBE

Black with #9DDEBE

Text Example


Text Example

White with #9DDEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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