Html Css Color HEX #9DEEBC Vista Blue

📋 copy color: '#9DEEBC'

red 157 ◦ green 238 ◦ blue 188

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

Shades of Vista Blue #9DEEBC

Tints of Vista Blue #9DEEBC

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 value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#9DEEBC (or 0x9DEEBC) is known color: 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

RGB 157 238 188 -
CMYK 0.34 0 0.21 0.07
HSL 142.96º 0.7% 0.77% -
HSV(B) 142.96º 0.34% 0.93% -
XYZ 53.56 71.95 58.64 -
YUV 208.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 157 238 188 0.34 0 0.21 0.07 142.96 0.7 0.77
Hex 9D EE BC 22 0 15 7 8F 46 4D
Octal 235 356 274 42 0 25 7 217 106 115
Binary 10011101 11101110 10111100 100010 0 10101 111 10001111 1000110 1001101

Color Harmonies of #9DEEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEEBC

Black with #9DEEBC

Text Example


Text Example

White with #9DEEBC

Text Example


Text Example

HTML Codes & Css Web 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>