Html Css Color HEX #9EDCBC Vista Blue

📋 copy color: '#9EDCBC'

red 158 ◦ green 220 ◦ blue 188

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

Shades of Vista Blue #9EDCBC

Tints of Vista Blue #9EDCBC

RGB

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

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

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

R = 27.92%
G = 38.87%
B = 33.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#9EDCBC (or 0x9EDCBC) is known color: Vista Blue. HEX triplet: 9E, DC and BC. RGB value is (158,220,188). Sum of RGB (Red+Green+Blue) = 158+220+188=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCBC is #612343. Grayscale: #C5C5C5. Windows color (decimal): -6366020 or 12377246. OLE color: 12377246.

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

Color convert

RGB 158 220 188 -
CMYK 0.28 0 0.15 0.14
HSL 149.03º 0.47% 0.74% -
HSV(B) 149.03º 0.28% 0.86% -
XYZ 48.77 62.09 56.99 -
YUV 197.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 158 220 188 0.28 0 0.15 0.14 149.03 0.47 0.74
Hex 9E DC BC 1C 0 F E 95 2F 4A
Octal 236 334 274 34 0 17 16 225 57 112
Binary 10011110 11011100 10111100 11100 0 1111 1110 10010101 101111 1001010

Color Harmonies of #9EDCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDCBC

Black with #9EDCBC

Text Example


Text Example

White with #9EDCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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