#A1CBCA

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

Shades of Morning Glory #A1CBCA

Tints of Morning Glory #A1CBCA

Color information

#A1CBCA (or 0xA1CBCA) is unknown color: approx Morning Glory. HEX triplet: A1, CB and CA. RGB value is (161,203,202). Sum of RGB (Red+Green+Blue) = 161+203+202=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBCA is #5E3435. Grayscale: #BEBEBE. Windows color (decimal): -6173750 or 13290401. OLE color: 13290401.

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

Color convert

RGB161203202-
CMYK0.2100.000.20
HSL178.57º28.77%71.37%-
HSV(B)178.57º20.69%79.61%-
XYZ46.7154.5563.94-
YUV190.33134.59107.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=28.45%
G=35.87%
B=35.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612032020.2100.000.20178.5728.7771.37
HexA1CBCA150014b31d47
Octal24131331225002426335107
Binary10100001110010111100101010101001010010110011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBCA; }

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

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

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

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

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

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

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

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