#A1CBCC

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

Shades of Morning Glory #A1CBCC

Tints of Morning Glory #A1CBCC

Color information

#A1CBCC (or 0xA1CBCC) is unknown color: approx Morning Glory. HEX triplet: A1, CB and CC. RGB value is (161,203,204). Sum of RGB (Red+Green+Blue) = 161+203+204=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBCC is #5E3433. Grayscale: #BEBEBE. Windows color (decimal): -6173748 or 13421473. OLE color: 13421473.

HSL color Cylindrical-coordinate representation of color #A1CBCC: hue angle of 181.4º degrees, saturation: 0.3, 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 #A1CBCC is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161203204-
CMYK0.210.0000.2
HSL181.4º29.66%71.57%-
HSV(B)181.4º21.08%80%-
XYZ46.9554.6565.2-
YUV190.56135.59106.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.35%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=28.35%
G=35.74%
B=35.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612032040.210.0000.2181.429.6671.57
HexA1CBCC150014b51e48
Octal24131331425002426536110
Binary10100001110010111100110010101001010010110101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBCC; }

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

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

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

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

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

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

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

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