Html Css Color HEX #9DDEBC Vista Blue

📋 copy color: '#9DDEBC'

red 157 ◦ green 222 ◦ blue 188

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

Shades of Vista Blue #9DDEBC

Tints of Vista Blue #9DDEBC

RGB

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

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

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

R = 27.69%
G = 39.15%
B = 33.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#9DDEBC (or 0x9DDEBC) is known color: Vista Blue. HEX triplet: 9D, DE and BC. RGB value is (157,222,188). Sum of RGB (Red+Green+Blue) = 157+222+188=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEBC is #622143. Grayscale: #C6C6C6. Windows color (decimal): -6431044 or 12377757. OLE color: 12377757.

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

Color convert

RGB 157 222 188 -
CMYK 0.29 0 0.15 0.13
HSL 148.62º 0.5% 0.74% -
HSV(B) 148.62º 0.29% 0.87% -
XYZ 49.1 63.04 57.16 -
YUV 198.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 157 222 188 0.29 0 0.15 0.13 148.62 0.5 0.74
Hex 9D DE BC 1D 0 F D 95 32 4A
Octal 235 336 274 35 0 17 15 225 62 112
Binary 10011101 11011110 10111100 11101 0 1111 1101 10010101 110010 1001010

Color Harmonies of #9DDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEBC

Black with #9DDEBC

Text Example


Text Example

White with #9DDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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