#8acccd

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

Shades of Morning Glory #8ACCCD

Tints of Morning Glory #8ACCCD

Color information

#8ACCCD (or 0x8ACCCD) is unknown color: approx Morning Glory. HEX triplet: 8A, CC and CD. RGB value is (138,204,205). Sum of RGB (Red+Green+Blue) = 138+204+205=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ACCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCCD is #753332. Grayscale: #B8B8B8. Windows color (decimal): -7680819 or 13487242. OLE color: 13487242.

HSL color Cylindrical-coordinate representation of color #8ACCCD: hue angle of 180.9º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACCCD is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138204205-
CMYK0.330.0000.20
HSL180.9º40.12%67.25%-
HSV(B)180.9º32.68%80.39%-
XYZ43.095365.72-
YUV184.38139.6394.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.23%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=25.23%
G=37.29%
B=37.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382042050.330.0000.20180.940.1267.25
Hex8ACCCD210014b52843
Octal21231431541002426550103
Binary1000101011001100110011011000010010100101101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8acccd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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