#A1CCCD

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

Shades of Morning Glory #A1CCCD

Tints of Morning Glory #A1CCCD

Color information

#A1CCCD (or 0xA1CCCD) is unknown color: approx Morning Glory. HEX triplet: A1, CC and CD. RGB value is (161,204,205). Sum of RGB (Red+Green+Blue) = 161+204+205=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCCD is #5E3332. Grayscale: #BFBFBF. Windows color (decimal): -6173491 or 13487265. OLE color: 13487265.

HSL color Cylindrical-coordinate representation of color #A1CCCD: hue angle of 181.36º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCCD is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161204205-
CMYK0.210.0000.20
HSL181.36º30.56%71.76%-
HSV(B)181.36º21.46%80.39%-
XYZ47.3155.1765.91-
YUV191.26135.75106.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.25%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=28.25%
G=35.79%
B=35.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612042050.210.0000.20181.3630.5671.76
HexA1CCCD150014b51f48
Octal24131431525002426537110
Binary10100001110011001100110110101001010010110101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCCD; }

 p { color: rgb(161,204,205); }

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

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

 a { background-color: rgb(161,204,205); }

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

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

 span { border-color: rgb(161,204,205); }

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