Html Css Color HEX #9CDEC3 Vista Blue

📋 copy color: '#9CDEC3'

red 156 ◦ green 222 ◦ blue 195

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

Shades of Vista Blue #9CDEC3

Tints of Vista Blue #9CDEC3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.74%

 BLUE value IS 195 (76.56% from 255) = 34.03%

R = 27.23%
G = 38.74%
B = 34.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#9CDEC3 (or 0x9CDEC3) is known color: Vista Blue. HEX triplet: 9C, DE and C3. RGB value is (156,222,195). Sum of RGB (Red+Green+Blue) = 156+222+195=573 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.23% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDEC3 is #63213C. Grayscale: #C7C7C7. Windows color (decimal): -6496573 or 12836508. OLE color: 12836508.

HSL color Cylindrical-coordinate representation of color #9CDEC3: hue angle of 155.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEC3 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 222 195 -
CMYK 0.30 0 0.12 0.13
HSL 155.45º 0.5% 0.74% -
HSV(B) 155.45º 0.3% 0.87% -
XYZ 49.68 63.25 61.22 -
YUV 199.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 156 222 195 0.30 0 0.12 0.13 155.45 0.5 0.74
Hex 9C DE C3 1E 0 C D 9B 32 4A
Octal 234 336 303 36 0 14 15 233 62 112
Binary 10011100 11011110 11000011 11110 0 1100 1101 10011011 110010 1001010

Color Harmonies of #9CDEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDEC3

Black with #9CDEC3

Text Example


Text Example

White with #9CDEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,222,195); }

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

background-color css

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

 a { background-color: rgb(156,222,195); }

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

border-color css

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

 span { border-color: rgb(156,222,195); }

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