Html Css Color HEX #A0CBB2 Vista Blue

📋 copy color: '#A0CBB2'

red 160 ◦ green 203 ◦ blue 178

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

Shades of Vista Blue #A0CBB2

Tints of Vista Blue #A0CBB2

RGB

 RED value IS 160 (62.89% from 255) = 29.57%

 GREEN value IS 203 (79.69% from 255) = 37.52%

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 29.57%
G = 37.52%
B = 32.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#A0CBB2 (or 0xA0CBB2) is known color: Vista Blue. HEX triplet: A0, CB and B2. RGB value is (160,203,178). Sum of RGB (Red+Green+Blue) = 160+203+178=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CBB2 is #5F344D. Grayscale: #BBBBBB. Windows color (decimal): -6239310 or 11717536. OLE color: 11717536.

HSL color Cylindrical-coordinate representation of color #A0CBB2: hue angle of 145.12º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CBB2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 178 -
CMYK 0.21 0 0.12 0.20
HSL 145.12º 0.29% 0.71% -
HSV(B) 145.12º 0.21% 0.8% -
XYZ 43.89 53.4 50.11 -
YUV 187.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 160 203 178 0.21 0 0.12 0.20 145.12 0.29 0.71
Hex A0 CB B2 15 0 C 14 91 1D 47
Octal 240 313 262 25 0 14 24 221 35 107
Binary 10100000 11001011 10110010 10101 0 1100 10100 10010001 11101 1000111

Color Harmonies of #A0CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBB2

Black with #A0CBB2

Text Example


Text Example

White with #A0CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBB2; }

 p { color: rgb(160,203,178); }

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

background-color css

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

 a { background-color: rgb(160,203,178); }

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

border-color css

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

 span { border-color: rgb(160,203,178); }

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