Html Css Color HEX #9DEFBB Vista Blue

📋 copy color: '#9DEFBB'

red 157 ◦ green 239 ◦ blue 187

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

Shades of Vista Blue #9DEFBB

Tints of Vista Blue #9DEFBB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.99%

 BLUE value IS 187 (73.44% from 255) = 32.08%

R = 26.93%
G = 40.99%
B = 32.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#9DEFBB (or 0x9DEFBB) is known color: Vista Blue. HEX triplet: 9D, EF and BB. RGB value is (157,239,187). Sum of RGB (Red+Green+Blue) = 157+239+187=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFBB is #621044. Grayscale: #D0D0D0. Windows color (decimal): -6426693 or 12316573. OLE color: 12316573.

HSL color Cylindrical-coordinate representation of color #9DEFBB: hue angle of 141.95º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFBB is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 239 187 -
CMYK 0.34 0 0.22 0.06
HSL 141.95º 0.72% 0.78% -
HSV(B) 141.95º 0.34% 0.94% -
XYZ 53.74 72.49 58.17 -
YUV 208.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 157 239 187 0.34 0 0.22 0.06 141.95 0.72 0.78
Hex 9D EF BB 22 0 16 6 8E 48 4E
Octal 235 357 273 42 0 26 6 216 110 116
Binary 10011101 11101111 10111011 100010 0 10110 110 10001110 1001000 1001110

Color Harmonies of #9DEFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFBB

Black with #9DEFBB

Text Example


Text Example

White with #9DEFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,239,187); }

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

background-color css

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

 a { background-color: rgb(157,239,187); }

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

border-color css

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

 span { border-color: rgb(157,239,187); }

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