Html Css Color HEX #9DDFB4 Vista Blue

📋 copy color: '#9DDFB4'

red 157 ◦ green 223 ◦ blue 180

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

Shades of Vista Blue #9DDFB4

Tints of Vista Blue #9DDFB4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.82%

 BLUE value IS 180 (70.7% from 255) = 32.14%

R = 28.04%
G = 39.82%
B = 32.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#9DDFB4 (or 0x9DDFB4) is known color: Vista Blue. HEX triplet: 9D, DF and B4. RGB value is (157,223,180). Sum of RGB (Red+Green+Blue) = 157+223+180=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFB4 is #62204B. Grayscale: #C6C6C6. Windows color (decimal): -6430796 or 11853725. OLE color: 11853725.

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

Color convert

RGB 157 223 180 -
CMYK 0.30 0 0.19 0.13
HSL 140.91º 0.51% 0.75% -
HSV(B) 140.91º 0.3% 0.87% -
XYZ 48.53 63.24 52.83 -
YUV 198.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 157 223 180 0.30 0 0.19 0.13 140.91 0.51 0.75
Hex 9D DF B4 1E 0 13 D 8D 33 4B
Octal 235 337 264 36 0 23 15 215 63 113
Binary 10011101 11011111 10110100 11110 0 10011 1101 10001101 110011 1001011

Color Harmonies of #9DDFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDFB4

Black with #9DDFB4

Text Example


Text Example

White with #9DDFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,223,180); }

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

background-color css

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

 a { background-color: rgb(157,223,180); }

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

border-color css

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

 span { border-color: rgb(157,223,180); }

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