#9DEEBC

Color #9DEEBC Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #9DEEBC

Tints of Vista Blue #9DEEBC

Color information

#9DEEBC (or 0x9DEEBC) is unknown color: approx Vista Blue. HEX triplet: 9D, EE and BC. RGB value is (157,238,188). Sum of RGB (Red+Green+Blue) = 157+238+188=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEBC is #621143. Grayscale: #D0D0D0. Windows color (decimal): -6426948 or 12381853. OLE color: 12381853.

HSL color Cylindrical-coordinate representation of color #9DEEBC: hue angle of 142.96º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEBC is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB157238188-
CMYK0.3400.210.07
HSL142.96º70.43%77.45%-
HSV(B)142.96º34.03%93.33%-
XYZ53.5671.9558.64-
YUV208.08116.6691.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 238 (93.36% from 255) = 40.82%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=26.93%
G=40.82%
B=32.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572381880.3400.210.07142.9670.4377.45
Hex9DEEBC2201578f464d
Octal235356274420257217106115
Binary1001110111101110101111001000100101011111000111110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DEEBC;
 }
 .AnyTagClassName
 {
   color: #9DEEBC;
 }
</style>
background-color css

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

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

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

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

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

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