Html Css Color HEX #A5CFBC Vista Blue

📋 copy color: '#A5CFBC'

red 165 ◦ green 207 ◦ blue 188

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

Shades of Vista Blue #A5CFBC

Tints of Vista Blue #A5CFBC

RGB

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

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

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

R = 29.46%
G = 36.96%
B = 33.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#A5CFBC (or 0xA5CFBC) is known color: Vista Blue. HEX triplet: A5, CF and BC. RGB value is (165,207,188). Sum of RGB (Red+Green+Blue) = 165+207+188=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFBC is #5A3043. Grayscale: #C0C0C0. Windows color (decimal): -5910596 or 12373925. OLE color: 12373925.

HSL color Cylindrical-coordinate representation of color #A5CFBC: hue angle of 152.86º 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 #A5CFBC is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 188 -
CMYK 0.20 0 0.09 0.19
HSL 152.86º 0.3% 0.73% -
HSV(B) 152.86º 0.2% 0.81% -
XYZ 46.91 56.26 55.96 -
YUV 192.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 165 207 188 0.20 0 0.09 0.19 152.86 0.3 0.73
Hex A5 CF BC 14 0 9 13 99 1E 49
Octal 245 317 274 24 0 11 23 231 36 111
Binary 10100101 11001111 10111100 10100 0 1001 10011 10011001 11110 1001001

Color Harmonies of #A5CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFBC

Black with #A5CFBC

Text Example


Text Example

White with #A5CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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