Html Css Color HEX #A5CDCD Morning Glory

📋 copy color: '#A5CDCD'

red 165 ◦ green 205 ◦ blue 205

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

Shades of Morning Glory #A5CDCD

Tints of Morning Glory #A5CDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.65%

 BLUE value IS 205 (80.47% from 255) = 35.65%

R = 28.7%
G = 35.65%
B = 35.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A5CDCD (or 0xA5CDCD) is known color: Morning Glory. HEX triplet: A5, CD and CD. RGB value is (165,205,205). Sum of RGB (Red+Green+Blue) = 165+205+205=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #A5CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDCD is #5A3232. Grayscale: #C1C1C1. Windows color (decimal): -5911091 or 13487525. OLE color: 13487525.

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

Color convert

RGB 165 205 205 -
CMYK 0.20 0 0 0.20
HSL 180º 0.29% 0.73% -
HSV(B) 180º 0.2% 0.8% -
XYZ 48.37 56.07 66.03 -
YUV 193.04 134.75 108 -
System Red Green Blue C M Y K H S L
Decimal 165 205 205 0.20 0 0 0.20 180 0.29 0.73
Hex A5 CD CD 14 0 0 14 B4 1D 49
Octal 245 315 315 24 0 0 24 264 35 111
Binary 10100101 11001101 11001101 10100 0 0 10100 10110100 11101 1001001

Color Harmonies of #A5CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDCD

Black with #A5CDCD

Text Example


Text Example

White with #A5CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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