#A5CBCF

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

Shades of Morning Glory #A5CBCF

Tints of Morning Glory #A5CBCF

Color information

#A5CBCF (or 0xA5CBCF) is unknown color: approx Morning Glory. HEX triplet: A5, CB and CF. RGB value is (165,203,207). Sum of RGB (Red+Green+Blue) = 165+203+207=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5CBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBCF is #5A3430. Grayscale: #C0C0C0. Windows color (decimal): -5911601 or 13618085. OLE color: 13618085.

HSL color Cylindrical-coordinate representation of color #A5CBCF: hue angle of 185.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CBCF is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165203207-
CMYK0.200.0200.19
HSL185.71º30.43%72.94%-
HSV(B)185.71º20.29%81.18%-
XYZ48.1455.2267.15-
YUV192.09136.41108.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.70%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 207 (81.25% from 255) = 36%
R=28.70%
G=35.30%
B=36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652032070.200.0200.19185.7130.4372.94
HexA5CBCF142013ba1e49
Octal24531331724202327236111
Binary101001011100101111001111101001001001110111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBCF; }

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

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

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

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

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

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

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

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