Html Css Color HEX #9CCAB0 Vista Blue

📋 copy color: '#9CCAB0'

red 156 ◦ green 202 ◦ blue 176

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

Shades of Vista Blue #9CCAB0

Tints of Vista Blue #9CCAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.96%

R = 29.21%
G = 37.83%
B = 32.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#9CCAB0 (or 0x9CCAB0) is known color: Vista Blue. HEX triplet: 9C, CA and B0. RGB value is (156,202,176). Sum of RGB (Red+Green+Blue) = 156+202+176=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCAB0 is #63354F. Grayscale: #B9B9B9. Windows color (decimal): -6501712 or 11586204. OLE color: 11586204.

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

Color convert

RGB 156 202 176 -
CMYK 0.23 0 0.13 0.21
HSL 146.09º 0.3% 0.7% -
HSV(B) 146.09º 0.23% 0.79% -
XYZ 42.67 52.44 48.95 -
YUV 185.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 156 202 176 0.23 0 0.13 0.21 146.09 0.3 0.7
Hex 9C CA B0 17 0 D 15 92 1E 46
Octal 234 312 260 27 0 15 25 222 36 106
Binary 10011100 11001010 10110000 10111 0 1101 10101 10010010 11110 1000110

Color Harmonies of #9CCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCAB0

Black with #9CCAB0

Text Example


Text Example

White with #9CCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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