#8ACDCF

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

Shades of Morning Glory #8ACDCF

Tints of Morning Glory #8ACDCF

Color information

#8ACDCF (or 0x8ACDCF) is unknown color: approx Morning Glory. HEX triplet: 8A, CD and CF. RGB value is (138,205,207). Sum of RGB (Red+Green+Blue) = 138+205+207=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #8ACDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDCF is #753230. Grayscale: #B9B9B9. Windows color (decimal): -7680561 or 13618570. OLE color: 13618570.

HSL color Cylindrical-coordinate representation of color #8ACDCF: hue angle of 181.74º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDCF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138205207-
CMYK0.330.0100.19
HSL181.74º41.82%67.65%-
HSV(B)181.74º33.33%81.18%-
XYZ43.5853.5767.08-
YUV185.2140.394.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.09%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=25.09%
G=37.27%
B=37.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382052070.330.0100.19181.7441.8267.65
Hex8ACDCF211013b62a44
Octal21231531741102326652104
Binary1000101011001101110011111000011010011101101101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ACDCF; }

 p { color: rgb(138,205,207); }

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

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

 a { background-color: rgb(138,205,207); }

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

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

 span { border-color: rgb(138,205,207); }

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