Html Css Color HEX #9ADFBC Vista Blue

📋 copy color: '#9ADFBC'

red 154 ◦ green 223 ◦ blue 188

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

Shades of Vista Blue #9ADFBC

Tints of Vista Blue #9ADFBC

RGB

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

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

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

R = 27.26%
G = 39.47%
B = 33.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#9ADFBC (or 0x9ADFBC) is known color: Vista Blue. HEX triplet: 9A, DF and BC. RGB value is (154,223,188). Sum of RGB (Red+Green+Blue) = 154+223+188=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFBC is #652043. Grayscale: #C6C6C6. Windows color (decimal): -6627396 or 12378010. OLE color: 12378010.

HSL color Cylindrical-coordinate representation of color #9ADFBC: hue angle of 149.57º 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 #9ADFBC is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 188 -
CMYK 0.31 0 0.16 0.13
HSL 149.57º 0.52% 0.74% -
HSV(B) 149.57º 0.31% 0.87% -
XYZ 48.79 63.28 57.22 -
YUV 198.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 154 223 188 0.31 0 0.16 0.13 149.57 0.52 0.74
Hex 9A DF BC 1F 0 10 D 96 34 4A
Octal 232 337 274 37 0 20 15 226 64 112
Binary 10011010 11011111 10111100 11111 0 10000 1101 10010110 110100 1001010

Color Harmonies of #9ADFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFBC

Black with #9ADFBC

Text Example


Text Example

White with #9ADFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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