Html Css Color HEX #9DCCB5 Vista Blue

📋 copy color: '#9DCCB5'

red 157 ◦ green 204 ◦ blue 181

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

Shades of Vista Blue #9DCCB5

Tints of Vista Blue #9DCCB5

RGB

 RED value IS 157 (61.72% from 255) = 28.97%

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

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

R = 28.97%
G = 37.64%
B = 33.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#9DCCB5 (or 0x9DCCB5) is known color: Vista Blue. HEX triplet: 9D, CC and B5. RGB value is (157,204,181). Sum of RGB (Red+Green+Blue) = 157+204+181=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCB5 is #62334A. Grayscale: #BBBBBB. Windows color (decimal): -6435659 or 11914397. OLE color: 11914397.

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

Color convert

RGB 157 204 181 -
CMYK 0.23 0 0.11 0.2
HSL 150.64º 0.32% 0.71% -
HSV(B) 150.64º 0.23% 0.8% -
XYZ 43.84 53.69 51.77 -
YUV 187.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 157 204 181 0.23 0 0.11 0.2 150.64 0.32 0.71
Hex 9D CC B5 17 0 B 14 97 20 47
Octal 235 314 265 27 0 13 24 227 40 107
Binary 10011101 11001100 10110101 10111 0 1011 10100 10010111 100000 1000111

Color Harmonies of #9DCCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCB5

Black with #9DCCB5

Text Example


Text Example

White with #9DCCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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