Html Css Color HEX #A5CACF Morning Glory

📋 copy color: '#A5CACF'

red 165 ◦ green 202 ◦ blue 207

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

Shades of Morning Glory #A5CACF

Tints of Morning Glory #A5CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.19%

 BLUE value IS 207 (81.25% from 255) = 36.06%

R = 28.75%
G = 35.19%
B = 36.06%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A5CACF (or 0xA5CACF) is known color: Morning Glory. HEX triplet: A5, CA and CF. RGB value is (165,202,207). Sum of RGB (Red+Green+Blue) = 165+202+207=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CACF is #5A3530. Grayscale: #BFBFBF. Windows color (decimal): -5911857 or 13617829. OLE color: 13617829.

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

Color convert

RGB 165 202 207 -
CMYK 0.20 0.02 0 0.19
HSL 187.14º 0.3% 0.73% -
HSV(B) 187.14º 0.2% 0.81% -
XYZ 47.9 54.75 67.07 -
YUV 191.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 165 202 207 0.20 0.02 0 0.19 187.14 0.3 0.73
Hex A5 CA CF 14 2 0 13 BB 1E 49
Octal 245 312 317 24 2 0 23 273 36 111
Binary 10100101 11001010 11001111 10100 10 0 10011 10111011 11110 1001001

Color Harmonies of #A5CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CACF

Black with #A5CACF

Text Example


Text Example

White with #A5CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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