#A1CBCB

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

Shades of Morning Glory #A1CBCB

Tints of Morning Glory #A1CBCB

Color information

#A1CBCB (or 0xA1CBCB) is unknown color: approx Morning Glory. HEX triplet: A1, CB and CB. RGB value is (161,203,203). Sum of RGB (Red+Green+Blue) = 161+203+203=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #A1CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBCB is #5E3434. Grayscale: #BEBEBE. Windows color (decimal): -6173749 or 13355937. OLE color: 13355937.

HSL color Cylindrical-coordinate representation of color #A1CBCB: hue angle of 180º 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 #A1CBCB is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161203203-
CMYK0.21000.20
HSL180º28.77%71.37%-
HSV(B)180º20.69%79.61%-
XYZ46.8354.664.57-
YUV190.44135.09107-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.40%
GREEN value IS 203 (79.69% from 255) = 35.80%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=28.40%
G=35.80%
B=35.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612032030.21000.2018028.7771.37
HexA1CBCB150014b41d47
Octal24131331325002426435107
Binary10100001110010111100101110101001010010110100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBCB; }

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

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

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

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

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

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

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

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