#A8CDCF

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

Shades of Morning Glory #A8CDCF

Tints of Morning Glory #A8CDCF

Color information

#A8CDCF (or 0xA8CDCF) is unknown color: approx Morning Glory. HEX triplet: A8, CD and CF. RGB value is (168,205,207). Sum of RGB (Red+Green+Blue) = 168+205+207=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8CDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CDCF is #573230. Grayscale: #C2C2C2. Windows color (decimal): -5714481 or 13618600. OLE color: 13618600.

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

Color convert

RGB168205207-
CMYK0.190.0100.19
HSL183.08º28.89%73.53%-
HSV(B)183.08º18.84%81.18%-
XYZ49.2456.4967.34-
YUV194.17135.24109.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.97%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=28.97%
G=35.34%
B=35.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682052070.190.0100.19183.0828.8973.53
HexA8CDCF131013b71d4a
Octal25031531723102326735112
Binary10101000110011011100111110011101001110110111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CDCF; }

 p { color: rgb(168,205,207); }

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

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

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

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

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

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

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