Html Css Color HEX #A5CFB7 Vista Blue

📋 copy color: '#A5CFB7'

red 165 ◦ green 207 ◦ blue 183

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

Shades of Vista Blue #A5CFB7

Tints of Vista Blue #A5CFB7

RGB

 RED value IS 165 (64.84% from 255) = 29.73%

 GREEN value IS 207 (81.25% from 255) = 37.3%

 BLUE value IS 183 (71.88% from 255) = 32.97%

R = 29.73%
G = 37.3%
B = 32.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#A5CFB7 (or 0xA5CFB7) is known color: Vista Blue. HEX triplet: A5, CF and B7. RGB value is (165,207,183). Sum of RGB (Red+Green+Blue) = 165+207+183=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFB7 is #5A3048. Grayscale: #BFBFBF. Windows color (decimal): -5910601 or 12046245. OLE color: 12046245.

HSL color Cylindrical-coordinate representation of color #A5CFB7: hue angle of 145.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CFB7 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 183 -
CMYK 0.20 0 0.12 0.19
HSL 145.71º 0.3% 0.73% -
HSV(B) 145.71º 0.2% 0.81% -
XYZ 46.38 56.04 53.17 -
YUV 191.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 165 207 183 0.20 0 0.12 0.19 145.71 0.3 0.73
Hex A5 CF B7 14 0 C 13 92 1E 49
Octal 245 317 267 24 0 14 23 222 36 111
Binary 10100101 11001111 10110111 10100 0 1100 10011 10010010 11110 1001001

Color Harmonies of #A5CFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFB7

Black with #A5CFB7

Text Example


Text Example

White with #A5CFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFB7; }

 p { color: rgb(165,207,183); }

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

background-color css

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

 a { background-color: rgb(165,207,183); }

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

border-color css

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

 span { border-color: rgb(165,207,183); }

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