Html Css Color HEX #9DDDC1 Vista Blue

📋 copy color: '#9DDDC1'

red 157 ◦ green 221 ◦ blue 193

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

Shades of Vista Blue #9DDDC1

Tints of Vista Blue #9DDDC1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.7%

 BLUE value IS 193 (75.78% from 255) = 33.8%

R = 27.5%
G = 38.7%
B = 33.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#9DDDC1 (or 0x9DDDC1) is known color: Vista Blue. HEX triplet: 9D, DD and C1. RGB value is (157,221,193). Sum of RGB (Red+Green+Blue) = 157+221+193=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDC1 is #62223E. Grayscale: #C6C6C6. Windows color (decimal): -6431295 or 12705181. OLE color: 12705181.

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

Color convert

RGB 157 221 193 -
CMYK 0.29 0 0.13 0.13
HSL 153.75º 0.48% 0.74% -
HSV(B) 153.75º 0.29% 0.87% -
XYZ 49.39 62.73 59.96 -
YUV 198.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 157 221 193 0.29 0 0.13 0.13 153.75 0.48 0.74
Hex 9D DD C1 1D 0 D D 9A 30 4A
Octal 235 335 301 35 0 15 15 232 60 112
Binary 10011101 11011101 11000001 11101 0 1101 1101 10011010 110000 1001010

Color Harmonies of #9DDDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDDC1

Black with #9DDDC1

Text Example


Text Example

White with #9DDDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,221,193); }

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

background-color css

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

 a { background-color: rgb(157,221,193); }

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

border-color css

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

 span { border-color: rgb(157,221,193); }

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