Html Css Color HEX #9CCAB3 Vista Blue

📋 copy color: '#9CCAB3'

red 156 ◦ green 202 ◦ blue 179

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

Shades of Vista Blue #9CCAB3

Tints of Vista Blue #9CCAB3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.62%

 BLUE value IS 179 (70.31% from 255) = 33.33%

R = 29.05%
G = 37.62%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#9CCAB3 (or 0x9CCAB3) is known color: Vista Blue. HEX triplet: 9C, CA and B3. RGB value is (156,202,179). Sum of RGB (Red+Green+Blue) = 156+202+179=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCAB3 is #63354C. Grayscale: #B9B9B9. Windows color (decimal): -6501709 or 11782812. OLE color: 11782812.

HSL color Cylindrical-coordinate representation of color #9CCAB3: hue angle of 150º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCAB3 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 202 179 -
CMYK 0.23 0 0.11 0.21
HSL 150º 0.3% 0.7% -
HSV(B) 150º 0.23% 0.79% -
XYZ 42.97 52.56 50.53 -
YUV 185.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 156 202 179 0.23 0 0.11 0.21 150 0.3 0.7
Hex 9C CA B3 17 0 B 15 96 1E 46
Octal 234 312 263 27 0 13 25 226 36 106
Binary 10011100 11001010 10110011 10111 0 1011 10101 10010110 11110 1000110

Color Harmonies of #9CCAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCAB3

Black with #9CCAB3

Text Example


Text Example

White with #9CCAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,202,179); }

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

background-color css

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

 a { background-color: rgb(156,202,179); }

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

border-color css

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

 span { border-color: rgb(156,202,179); }

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