Html Css Color HEX #A5CFCF Morning Glory

📋 copy color: '#A5CFCF'

red 165 ◦ green 207 ◦ blue 207

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

Shades of Morning Glory #A5CFCF

Tints of Morning Glory #A5CFCF

RGB

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

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

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

R = 28.5%
G = 35.75%
B = 35.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A5CFCF (or 0xA5CFCF) is known color: Morning Glory. HEX triplet: A5, CF and CF. RGB value is (165,207,207). Sum of RGB (Red+Green+Blue) = 165+207+207=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #A5CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFCF is #5A3030. Grayscale: #C2C2C2. Windows color (decimal): -5910577 or 13619109. OLE color: 13619109.

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

Color convert

RGB 165 207 207 -
CMYK 0.20 0 0 0.19
HSL 180º 0.3% 0.73% -
HSV(B) 180º 0.2% 0.81% -
XYZ 49.09 57.13 67.47 -
YUV 194.44 135.09 107 -
System Red Green Blue C M Y K H S L
Decimal 165 207 207 0.20 0 0 0.19 180 0.3 0.73
Hex A5 CF CF 14 0 0 13 B4 1E 49
Octal 245 317 317 24 0 0 23 264 36 111
Binary 10100101 11001111 11001111 10100 0 0 10011 10110100 11110 1001001

Color Harmonies of #A5CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFCF

Black with #A5CFCF

Text Example


Text Example

White with #A5CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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