Html Css Color HEX #9CD5BA Vista Blue

📋 copy color: '#9CD5BA'

red 156 ◦ green 213 ◦ blue 186

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

Shades of Vista Blue #9CD5BA

Tints of Vista Blue #9CD5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.38%

 BLUE value IS 186 (73.05% from 255) = 33.51%

R = 28.11%
G = 38.38%
B = 33.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#9CD5BA (or 0x9CD5BA) is known color: Vista Blue. HEX triplet: 9C, D5 and BA. RGB value is (156,213,186). Sum of RGB (Red+Green+Blue) = 156+213+186=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD5BA is #632A45. Grayscale: #C0C0C0. Windows color (decimal): -6498886 or 12244380. OLE color: 12244380.

HSL color Cylindrical-coordinate representation of color #9CD5BA: hue angle of 151.58º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD5BA is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 213 186 -
CMYK 0.27 0 0.13 0.16
HSL 151.58º 0.4% 0.72% -
HSV(B) 151.58º 0.27% 0.84% -
XYZ 46.37 58.2 55.24 -
YUV 192.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 156 213 186 0.27 0 0.13 0.16 151.58 0.4 0.72
Hex 9C D5 BA 1B 0 D 10 98 28 48
Octal 234 325 272 33 0 15 20 230 50 110
Binary 10011100 11010101 10111010 11011 0 1101 10000 10011000 101000 1001000

Color Harmonies of #9CD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD5BA

Black with #9CD5BA

Text Example


Text Example

White with #9CD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,213,186); }

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

background-color css

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

 a { background-color: rgb(156,213,186); }

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

border-color css

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

 span { border-color: rgb(156,213,186); }

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