Html Css Color HEX #A6CECE Morning Glory

📋 copy color: '#A6CECE'

red 166 ◦ green 206 ◦ blue 206

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

Shades of Morning Glory #A6CECE

Tints of Morning Glory #A6CECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.64%

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 28.72%
G = 35.64%
B = 35.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A6CECE (or 0xA6CECE) is known color: Morning Glory. HEX triplet: A6, CE and CE. RGB value is (166,206,206). Sum of RGB (Red+Green+Blue) = 166+206+206=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #A6CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CECE is #593131. Grayscale: #C1C1C1. Windows color (decimal): -5845298 or 13553318. OLE color: 13553318.

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

Color convert

RGB 166 206 206 -
CMYK 0.19 0 0 0.19
HSL 180º 0.29% 0.73% -
HSV(B) 180º 0.19% 0.81% -
XYZ 48.94 56.71 66.76 -
YUV 194.04 134.75 108 -
System Red Green Blue C M Y K H S L
Decimal 166 206 206 0.19 0 0 0.19 180 0.29 0.73
Hex A6 CE CE 13 0 0 13 B4 1D 49
Octal 246 316 316 23 0 0 23 264 35 111
Binary 10100110 11001110 11001110 10011 0 0 10011 10110100 11101 1001001

Color Harmonies of #A6CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CECE

Black with #A6CECE

Text Example


Text Example

White with #A6CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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