Html Css Color HEX #9CDBB1 Vista Blue

📋 copy color: '#9CDBB1'

red 156 ◦ green 219 ◦ blue 177

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

Shades of Vista Blue #9CDBB1

Tints of Vista Blue #9CDBB1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.67%

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

R = 28.26%
G = 39.67%
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

#9CDBB1 (or 0x9CDBB1) is known color: Vista Blue. HEX triplet: 9C, DB and B1. RGB value is (156,219,177). Sum of RGB (Red+Green+Blue) = 156+219+177=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBB1 is #63244E. Grayscale: #C3C3C3. Windows color (decimal): -6497359 or 11656092. OLE color: 11656092.

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

Color convert

RGB 156 219 177 -
CMYK 0.29 0 0.19 0.14
HSL 140º 0.47% 0.74% -
HSV(B) 140º 0.29% 0.86% -
XYZ 46.98 60.91 50.87 -
YUV 195.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 156 219 177 0.29 0 0.19 0.14 140 0.47 0.74
Hex 9C DB B1 1D 0 13 E 8C 2F 4A
Octal 234 333 261 35 0 23 16 214 57 112
Binary 10011100 11011011 10110001 11101 0 10011 1110 10001100 101111 1001010

Color Harmonies of #9CDBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDBB1

Black with #9CDBB1

Text Example


Text Example

White with #9CDBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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