Html Css Color HEX #9CDDBD Vista Blue

📋 copy color: '#9CDDBD'

red 156 ◦ green 221 ◦ blue 189

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

Shades of Vista Blue #9CDDBD

Tints of Vista Blue #9CDDBD

RGB

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

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

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

R = 27.56%
G = 39.05%
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

#9CDDBD (or 0x9CDDBD) is known color: Vista Blue. HEX triplet: 9C, DD and BD. RGB value is (156,221,189). Sum of RGB (Red+Green+Blue) = 156+221+189=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDBD is #632242. Grayscale: #C5C5C5. Windows color (decimal): -6496835 or 12443036. OLE color: 12443036.

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

Color convert

RGB 156 221 189 -
CMYK 0.29 0 0.14 0.13
HSL 150.46º 0.49% 0.74% -
HSV(B) 150.46º 0.29% 0.87% -
XYZ 48.75 62.45 57.63 -
YUV 197.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 156 221 189 0.29 0 0.14 0.13 150.46 0.49 0.74
Hex 9C DD BD 1D 0 E D 96 31 4A
Octal 234 335 275 35 0 16 15 226 61 112
Binary 10011100 11011101 10111101 11101 0 1110 1101 10010110 110001 1001010

Color Harmonies of #9CDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDDBD

Black with #9CDDBD

Text Example


Text Example

White with #9CDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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