Html Css Color HEX #ABDBC0 Vista Blue

📋 copy color: '#ABDBC0'

red 171 ◦ green 219 ◦ blue 192

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

Shades of Vista Blue #ABDBC0

Tints of Vista Blue #ABDBC0

RGB

 RED value IS 171 (67.19% from 255) = 29.38%

 GREEN value IS 219 (85.94% from 255) = 37.63%

 BLUE value IS 192 (75.39% from 255) = 32.99%

R = 29.38%
G = 37.63%
B = 32.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#ABDBC0 (or 0xABDBC0) is known color: Vista Blue. HEX triplet: AB, DB and C0. RGB value is (171,219,192). Sum of RGB (Red+Green+Blue) = 171+219+192=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBC0 is #54243F. Grayscale: #C9C9C9. Windows color (decimal): -5514304 or 12639147. OLE color: 12639147.

HSL color Cylindrical-coordinate representation of color #ABDBC0: hue angle of 146.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBC0 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 219 192 -
CMYK 0.22 0 0.12 0.14
HSL 146.25º 0.4% 0.76% -
HSV(B) 146.25º 0.22% 0.86% -
XYZ 51.64 63.13 59.33 -
YUV 201.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 171 219 192 0.22 0 0.12 0.14 146.25 0.4 0.76
Hex AB DB C0 16 0 C E 92 28 4C
Octal 253 333 300 26 0 14 16 222 50 114
Binary 10101011 11011011 11000000 10110 0 1100 1110 10010010 101000 1001100

Color Harmonies of #ABDBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBC0

Black with #ABDBC0

Text Example


Text Example

White with #ABDBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBC0; }

 p { color: rgb(171,219,192); }

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

background-color css

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

 a { background-color: rgb(171,219,192); }

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

border-color css

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

 span { border-color: rgb(171,219,192); }

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