Html Css Color HEX #9CDDB1 Vista Blue

📋 copy color: '#9CDDB1'

red 156 ◦ green 221 ◦ blue 177

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

Shades of Vista Blue #9CDDB1

Tints of Vista Blue #9CDDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.95%

R = 28.16%
G = 39.89%
B = 31.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#9CDDB1 (or 0x9CDDB1) is known color: Vista Blue. HEX triplet: 9C, DD and B1. RGB value is (156,221,177). Sum of RGB (Red+Green+Blue) = 156+221+177=554 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.16% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDDB1 is #63224E. Grayscale: #C4C4C4. Windows color (decimal): -6496847 or 11656604. OLE color: 11656604.

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

Color convert

RGB 156 221 177 -
CMYK 0.29 0 0.20 0.13
HSL 139.38º 0.49% 0.74% -
HSV(B) 139.38º 0.29% 0.87% -
XYZ 47.5 61.96 51.05 -
YUV 196.55 116.97 99.08 -
System Red Green Blue C M Y K H S L
Decimal 156 221 177 0.29 0 0.20 0.13 139.38 0.49 0.74
Hex 9C DD B1 1D 0 14 D 8B 31 4A
Octal 234 335 261 35 0 24 15 213 61 112
Binary 10011100 11011101 10110001 11101 0 10100 1101 10001011 110001 1001010

Color Harmonies of #9CDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDDB1

Black with #9CDDB1

Text Example


Text Example

White with #9CDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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