Html Css Color HEX #9DDCBC Vista Blue

📋 copy color: '#9DDCBC'

red 157 ◦ green 220 ◦ blue 188

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

Shades of Vista Blue #9DDCBC

Tints of Vista Blue #9DDCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.94%

 BLUE value IS 188 (73.83% from 255) = 33.27%

R = 27.79%
G = 38.94%
B = 33.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#9DDCBC (or 0x9DDCBC) is known color: Vista Blue. HEX triplet: 9D, DC and BC. RGB value is (157,220,188). Sum of RGB (Red+Green+Blue) = 157+220+188=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCBC is #622343. Grayscale: #C5C5C5. Windows color (decimal): -6431556 or 12377245. OLE color: 12377245.

HSL color Cylindrical-coordinate representation of color #9DDCBC: hue angle of 149.52º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCBC is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 220 188 -
CMYK 0.29 0 0.15 0.14
HSL 149.52º 0.47% 0.74% -
HSV(B) 149.52º 0.29% 0.86% -
XYZ 48.57 61.99 56.98 -
YUV 197.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 157 220 188 0.29 0 0.15 0.14 149.52 0.47 0.74
Hex 9D DC BC 1D 0 F E 96 2F 4A
Octal 235 334 274 35 0 17 16 226 57 112
Binary 10011101 11011100 10111100 11101 0 1111 1110 10010110 101111 1001010

Color Harmonies of #9DDCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDCBC

Black with #9DDCBC

Text Example


Text Example

White with #9DDCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,220,188); }

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

background-color css

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

 a { background-color: rgb(157,220,188); }

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

border-color css

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

 span { border-color: rgb(157,220,188); }

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