Html Css Color HEX #9DDCB2 Vista Blue

📋 copy color: '#9DDCB2'

red 157 ◦ green 220 ◦ blue 178

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

Shades of Vista Blue #9DDCB2

Tints of Vista Blue #9DDCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.64%

 BLUE value IS 178 (69.92% from 255) = 32.07%

R = 28.29%
G = 39.64%
B = 32.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#9DDCB2 (or 0x9DDCB2) is known color: Vista Blue. HEX triplet: 9D, DC and B2. RGB value is (157,220,178). Sum of RGB (Red+Green+Blue) = 157+220+178=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDCB2 is #62234D. Grayscale: #C4C4C4. Windows color (decimal): -6431566 or 11721885. OLE color: 11721885.

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

Color convert

RGB 157 220 178 -
CMYK 0.29 0 0.19 0.14
HSL 140º 0.47% 0.74% -
HSV(B) 140º 0.29% 0.86% -
XYZ 47.53 61.57 51.5 -
YUV 196.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 157 220 178 0.29 0 0.19 0.14 140 0.47 0.74
Hex 9D DC B2 1D 0 13 E 8C 2F 4A
Octal 235 334 262 35 0 23 16 214 57 112
Binary 10011101 11011100 10110010 11101 0 10011 1110 10001100 101111 1001010

Color Harmonies of #9DDCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDCB2

Black with #9DDCB2

Text Example


Text Example

White with #9DDCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,220,178); }

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

background-color css

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

 a { background-color: rgb(157,220,178); }

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

border-color css

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

 span { border-color: rgb(157,220,178); }

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