Html Css Color HEX #A6CECF Morning Glory

📋 copy color: '#A6CECF'

red 166 ◦ green 206 ◦ blue 207

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

Shades of Morning Glory #A6CECF

Tints of Morning Glory #A6CECF

RGB

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

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

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

R = 28.67%
G = 35.58%
B = 35.75%

CMYK

 C value IS 0.20

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A6CECF (or 0xA6CECF) is known color: Morning Glory. HEX triplet: A6, CE and CF. RGB value is (166,206,207). Sum of RGB (Red+Green+Blue) = 166+206+207=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6CECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CECF is #593130. Grayscale: #C2C2C2. Windows color (decimal): -5845297 or 13618854. OLE color: 13618854.

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

Color convert

RGB 166 206 207 -
CMYK 0.20 0.00 0 0.19
HSL 181.46º 0.3% 0.73% -
HSV(B) 181.46º 0.2% 0.81% -
XYZ 49.06 56.75 67.4 -
YUV 194.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 166 206 207 0.20 0.00 0 0.19 181.46 0.3 0.73
Hex A6 CE CF 14 0 0 13 B5 1E 49
Octal 246 316 317 24 0 0 23 265 36 111
Binary 10100110 11001110 11001111 10100 0 0 10011 10110101 11110 1001001

Color Harmonies of #A6CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CECF

Black with #A6CECF

Text Example


Text Example

White with #A6CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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