Html Css Color HEX #A6CCCF Morning Glory

📋 copy color: '#A6CCCF'

red 166 ◦ green 204 ◦ blue 207

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

Shades of Morning Glory #A6CCCF

Tints of Morning Glory #A6CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.36%

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

R = 28.77%
G = 35.36%
B = 35.88%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A6CCCF (or 0xA6CCCF) is known color: Morning Glory. HEX triplet: A6, CC and CF. RGB value is (166,204,207). Sum of RGB (Red+Green+Blue) = 166+204+207=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6CCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCCF is #593330. Grayscale: #C0C0C0. Windows color (decimal): -5845809 or 13618342. OLE color: 13618342.

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

Color convert

RGB 166 204 207 -
CMYK 0.20 0.01 0 0.19
HSL 184.39º 0.3% 0.73% -
HSV(B) 184.39º 0.2% 0.81% -
XYZ 48.58 55.8 67.24 -
YUV 192.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 166 204 207 0.20 0.01 0 0.19 184.39 0.3 0.73
Hex A6 CC CF 14 1 0 13 B8 1E 49
Octal 246 314 317 24 1 0 23 270 36 111
Binary 10100110 11001100 11001111 10100 1 0 10011 10111000 11110 1001001

Color Harmonies of #A6CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCCF

Black with #A6CCCF

Text Example


Text Example

White with #A6CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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