Html Css Color HEX #A6CDCD Morning Glory

📋 copy color: '#A6CDCD'

red 166 ◦ green 205 ◦ blue 205

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

Shades of Morning Glory #A6CDCD

Tints of Morning Glory #A6CDCD

RGB

 RED value IS 166 (65.23% from 255) = 28.82%

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

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

R = 28.82%
G = 35.59%
B = 35.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A6CDCD (or 0xA6CDCD) is known color: Morning Glory. HEX triplet: A6, CD and CD. RGB value is (166,205,205). Sum of RGB (Red+Green+Blue) = 166+205+205=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #A6CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDCD is #593232. Grayscale: #C1C1C1. Windows color (decimal): -5845555 or 13487526. OLE color: 13487526.

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

Color convert

RGB 166 205 205 -
CMYK 0.19 0 0 0.20
HSL 180º 0.28% 0.73% -
HSV(B) 180º 0.19% 0.8% -
XYZ 48.58 56.18 66.04 -
YUV 193.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 166 205 205 0.19 0 0 0.20 180 0.28 0.73
Hex A6 CD CD 13 0 0 14 B4 1C 49
Octal 246 315 315 23 0 0 24 264 34 111
Binary 10100110 11001101 11001101 10011 0 0 10100 10110100 11100 1001001

Color Harmonies of #A6CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CDCD

Black with #A6CDCD

Text Example


Text Example

White with #A6CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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