Html Css Color HEX #9CCBB0 Vista Blue

📋 copy color: '#9CCBB0'

red 156 ◦ green 203 ◦ blue 176

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

Shades of Vista Blue #9CCBB0

Tints of Vista Blue #9CCBB0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.94%

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

R = 29.16%
G = 37.94%
B = 32.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#9CCBB0 (or 0x9CCBB0) is known color: Vista Blue. HEX triplet: 9C, CB and B0. RGB value is (156,203,176). Sum of RGB (Red+Green+Blue) = 156+203+176=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCBB0 is #63344F. Grayscale: #B9B9B9. Windows color (decimal): -6501456 or 11586460. OLE color: 11586460.

HSL color Cylindrical-coordinate representation of color #9CCBB0: hue angle of 145.53º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCBB0 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 203 176 -
CMYK 0.23 0 0.13 0.20
HSL 145.53º 0.31% 0.7% -
HSV(B) 145.53º 0.23% 0.8% -
XYZ 42.9 52.91 49.03 -
YUV 185.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 156 203 176 0.23 0 0.13 0.20 145.53 0.31 0.7
Hex 9C CB B0 17 0 D 14 92 1F 46
Octal 234 313 260 27 0 15 24 222 37 106
Binary 10011100 11001011 10110000 10111 0 1101 10100 10010010 11111 1000110

Color Harmonies of #9CCBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCBB0

Black with #9CCBB0

Text Example


Text Example

White with #9CCBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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