#A8CCCE

Color #A8CCCE Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #A8CCCE

Tints of Morning Glory #A8CCCE

Color information

#A8CCCE (or 0xA8CCCE) is unknown color: approx Morning Glory. HEX triplet: A8, CC and CE. RGB value is (168,204,206). Sum of RGB (Red+Green+Blue) = 168+204+206=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8CCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCCE is #573331. Grayscale: #C1C1C1. Windows color (decimal): -5714738 or 13552808. OLE color: 13552808.

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

Color convert

RGB168204206-
CMYK0.180.0100.19
HSL183.16º27.94%73.33%-
HSV(B)183.16º18.45%80.78%-
XYZ48.8855.9766.62-
YUV193.46135.07109.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.07%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=29.07%
G=35.29%
B=35.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682042060.180.0100.19183.1627.9473.33
HexA8CCCE121013b71c49
Octal25031431622102326734111
Binary10101000110011001100111010010101001110110111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CCCE; }

 p { color: rgb(168,204,206); }

 H1.HeaderClassName
 {
   color: #A8CCCE;
 }
 .AnyTagClassName
 {
   color: #A8CCCE;
 }
</style>
background-color css

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

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

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

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

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

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