Html Css Color HEX #A5CFBB Vista Blue

📋 copy color: '#A5CFBB'

red 165 ◦ green 207 ◦ blue 187

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

Shades of Vista Blue #A5CFBB

Tints of Vista Blue #A5CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.45%

R = 29.52%
G = 37.03%
B = 33.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#A5CFBB (or 0xA5CFBB) is known color: Vista Blue. HEX triplet: A5, CF and BB. RGB value is (165,207,187). Sum of RGB (Red+Green+Blue) = 165+207+187=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFBB is #5A3044. Grayscale: #C0C0C0. Windows color (decimal): -5910597 or 12308389. OLE color: 12308389.

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

Color convert

RGB 165 207 187 -
CMYK 0.20 0 0.10 0.19
HSL 151.43º 0.3% 0.73% -
HSV(B) 151.43º 0.2% 0.81% -
XYZ 46.8 56.21 55.4 -
YUV 192.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 165 207 187 0.20 0 0.10 0.19 151.43 0.3 0.73
Hex A5 CF BB 14 0 A 13 97 1E 49
Octal 245 317 273 24 0 12 23 227 36 111
Binary 10100101 11001111 10111011 10100 0 1010 10011 10010111 11110 1001001

Color Harmonies of #A5CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFBB

Black with #A5CFBB

Text Example


Text Example

White with #A5CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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