Html Css Color HEX #9DDFB5 Vista Blue

📋 copy color: '#9DDFB5'

red 157 ◦ green 223 ◦ blue 181

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

Shades of Vista Blue #9DDFB5

Tints of Vista Blue #9DDFB5

RGB

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

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

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

R = 27.99%
G = 39.75%
B = 32.26%

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

#9DDFB5 (or 0x9DDFB5) is known color: Vista Blue. HEX triplet: 9D, DF and B5. RGB value is (157,223,181). Sum of RGB (Red+Green+Blue) = 157+223+181=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFB5 is #62204A. Grayscale: #C6C6C6. Windows color (decimal): -6430795 or 11919261. OLE color: 11919261.

HSL color Cylindrical-coordinate representation of color #9DDFB5: hue angle of 141.82º 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 #9DDFB5 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 223 181 -
CMYK 0.30 0 0.19 0.13
HSL 141.82º 0.51% 0.75% -
HSV(B) 141.82º 0.3% 0.87% -
XYZ 48.63 63.28 53.37 -
YUV 198.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 157 223 181 0.30 0 0.19 0.13 141.82 0.51 0.75
Hex 9D DF B5 1E 0 13 D 8E 33 4B
Octal 235 337 265 36 0 23 15 216 63 113
Binary 10011101 11011111 10110101 11110 0 10011 1101 10001110 110011 1001011

Color Harmonies of #9DDFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDFB5

Black with #9DDFB5

Text Example


Text Example

White with #9DDFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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