Html Css Color HEX #9ADFBE Vista Blue

📋 copy color: '#9ADFBE'

red 154 ◦ green 223 ◦ blue 190

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

Shades of Vista Blue #9ADFBE

Tints of Vista Blue #9ADFBE

RGB

 RED value IS 154 (60.55% from 255) = 27.16%

 GREEN value IS 223 (87.5% from 255) = 39.33%

 BLUE value IS 190 (74.61% from 255) = 33.51%

R = 27.16%
G = 39.33%
B = 33.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#9ADFBE (or 0x9ADFBE) is known color: Vista Blue. HEX triplet: 9A, DF and BE. RGB value is (154,223,190). Sum of RGB (Red+Green+Blue) = 154+223+190=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFBE is #652041. Grayscale: #C6C6C6. Windows color (decimal): -6627394 or 12509082. OLE color: 12509082.

HSL color Cylindrical-coordinate representation of color #9ADFBE: hue angle of 151.3º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADFBE is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 190 -
CMYK 0.31 0 0.15 0.13
HSL 151.3º 0.52% 0.74% -
HSV(B) 151.3º 0.31% 0.87% -
XYZ 49.01 63.36 58.36 -
YUV 198.61 123.14 96.18 -
System Red Green Blue C M Y K H S L
Decimal 154 223 190 0.31 0 0.15 0.13 151.3 0.52 0.74
Hex 9A DF BE 1F 0 F D 97 34 4A
Octal 232 337 276 37 0 17 15 227 64 112
Binary 10011010 11011111 10111110 11111 0 1111 1101 10010111 110100 1001010

Color Harmonies of #9ADFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFBE

Black with #9ADFBE

Text Example


Text Example

White with #9ADFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,223,190); }

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

background-color css

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

 a { background-color: rgb(154,223,190); }

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

border-color css

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

 span { border-color: rgb(154,223,190); }

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