Html Css Color HEX #9EDDC1 Vista Blue

📋 copy color: '#9EDDC1'

red 158 ◦ green 221 ◦ blue 193

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

Shades of Vista Blue #9EDDC1

Tints of Vista Blue #9EDDC1

RGB

 RED value IS 158 (62.11% from 255) = 27.62%

 GREEN value IS 221 (86.72% from 255) = 38.64%

 BLUE value IS 193 (75.78% from 255) = 33.74%

R = 27.62%
G = 38.64%
B = 33.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#9EDDC1 (or 0x9EDDC1) is known color: Vista Blue. HEX triplet: 9E, DD and C1. RGB value is (158,221,193). Sum of RGB (Red+Green+Blue) = 158+221+193=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDDC1 is #61223E. Grayscale: #C7C7C7. Windows color (decimal): -6365759 or 12705182. OLE color: 12705182.

HSL color Cylindrical-coordinate representation of color #9EDDC1: hue angle of 153.33º degrees, saturation: 0.48, 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 #9EDDC1 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 221 193 -
CMYK 0.29 0 0.13 0.13
HSL 153.33º 0.48% 0.74% -
HSV(B) 153.33º 0.29% 0.87% -
XYZ 49.58 62.83 59.97 -
YUV 198.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 158 221 193 0.29 0 0.13 0.13 153.33 0.48 0.74
Hex 9E DD C1 1D 0 D D 99 30 4A
Octal 236 335 301 35 0 15 15 231 60 112
Binary 10011110 11011101 11000001 11101 0 1101 1101 10011001 110000 1001010

Color Harmonies of #9EDDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDDC1

Black with #9EDDC1

Text Example


Text Example

White with #9EDDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,221,193); }

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

background-color css

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

 a { background-color: rgb(158,221,193); }

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

border-color css

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

 span { border-color: rgb(158,221,193); }

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