#A0CBCF

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

Shades of Morning Glory #A0CBCF

Tints of Morning Glory #A0CBCF

Color information

#A0CBCF (or 0xA0CBCF) is unknown color: approx Morning Glory. HEX triplet: A0, CB and CF. RGB value is (160,203,207). Sum of RGB (Red+Green+Blue) = 160+203+207=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0CBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBCF is #5F3430. Grayscale: #BEBEBE. Windows color (decimal): -6239281 or 13618080. OLE color: 13618080.

HSL color Cylindrical-coordinate representation of color #A0CBCF: hue angle of 185.11º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CBCF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160203207-
CMYK0.230.0200.19
HSL185.11º32.87%71.96%-
HSV(B)185.11º22.71%81.18%-
XYZ47.1254.6967.1-
YUV190.6137.25106.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.07%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=28.07%
G=35.61%
B=36.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602032070.230.0200.19185.1132.8771.96
HexA0CBCF172013b92148
Octal24031331727202327141110
Binary1010000011001011110011111011110010011101110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CBCF; }

 p { color: rgb(160,203,207); }

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

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

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

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

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

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

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