Html Css Color HEX #9CDDB9 Vista Blue

📋 copy color: '#9CDDB9'

red 156 ◦ green 221 ◦ blue 185

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

Shades of Vista Blue #9CDDB9

Tints of Vista Blue #9CDDB9

RGB

 RED value IS 156 (61.33% from 255) = 27.76%

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

 BLUE value IS 185 (72.66% from 255) = 32.92%

R = 27.76%
G = 39.32%
B = 32.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#9CDDB9 (or 0x9CDDB9) is known color: Vista Blue. HEX triplet: 9C, DD and B9. RGB value is (156,221,185). Sum of RGB (Red+Green+Blue) = 156+221+185=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDB9 is #632246. Grayscale: #C5C5C5. Windows color (decimal): -6496839 or 12180892. OLE color: 12180892.

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

Color convert

RGB 156 221 185 -
CMYK 0.29 0 0.16 0.13
HSL 146.77º 0.49% 0.74% -
HSV(B) 146.77º 0.29% 0.87% -
XYZ 48.32 62.28 55.37 -
YUV 197.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 156 221 185 0.29 0 0.16 0.13 146.77 0.49 0.74
Hex 9C DD B9 1D 0 10 D 93 31 4A
Octal 234 335 271 35 0 20 15 223 61 112
Binary 10011100 11011101 10111001 11101 0 10000 1101 10010011 110001 1001010

Color Harmonies of #9CDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDDB9

Black with #9CDDB9

Text Example


Text Example

White with #9CDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,221,185); }

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

background-color css

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

 a { background-color: rgb(156,221,185); }

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

border-color css

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

 span { border-color: rgb(156,221,185); }

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