Html Css Color HEX #9CCCB5 Vista Blue

📋 copy color: '#9CCCB5'

red 156 ◦ green 204 ◦ blue 181

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

Shades of Vista Blue #9CCCB5

Tints of Vista Blue #9CCCB5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.71%

 BLUE value IS 181 (71.09% from 255) = 33.46%

R = 28.84%
G = 37.71%
B = 33.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#9CCCB5 (or 0x9CCCB5) is known color: Vista Blue. HEX triplet: 9C, CC and B5. RGB value is (156,204,181). Sum of RGB (Red+Green+Blue) = 156+204+181=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCB5 is #63334A. Grayscale: #BBBBBB. Windows color (decimal): -6501195 or 11914396. OLE color: 11914396.

HSL color Cylindrical-coordinate representation of color #9CCCB5: hue angle of 151.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCCB5 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 204 181 -
CMYK 0.24 0 0.11 0.2
HSL 151.25º 0.32% 0.71% -
HSV(B) 151.25º 0.24% 0.8% -
XYZ 43.64 53.59 51.76 -
YUV 187.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 156 204 181 0.24 0 0.11 0.2 151.25 0.32 0.71
Hex 9C CC B5 18 0 B 14 97 20 47
Octal 234 314 265 30 0 13 24 227 40 107
Binary 10011100 11001100 10110101 11000 0 1011 10100 10010111 100000 1000111

Color Harmonies of #9CCCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCCB5

Black with #9CCCB5

Text Example


Text Example

White with #9CCCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,204,181); }

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

background-color css

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

 a { background-color: rgb(156,204,181); }

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

border-color css

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

 span { border-color: rgb(156,204,181); }

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