#8ACBCD

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

Shades of Morning Glory #8ACBCD

Tints of Morning Glory #8ACBCD

Color information

#8ACBCD (or 0x8ACBCD) is unknown color: approx Morning Glory. HEX triplet: 8A, CB and CD. RGB value is (138,203,205). Sum of RGB (Red+Green+Blue) = 138+203+205=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ACBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBCD is #753432. Grayscale: #B7B7B7. Windows color (decimal): -7681075 or 13486986. OLE color: 13486986.

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

Color convert

RGB138203205-
CMYK0.330.0100.20
HSL181.79º40.12%67.25%-
HSV(B)181.79º32.68%80.39%-
XYZ42.8652.5265.64-
YUV183.79139.9795.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.27%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=25.27%
G=37.18%
B=37.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382032050.330.0100.20181.7940.1267.25
Hex8ACBCD211014b62843
Octal21231331541102426650103
Binary1000101011001011110011011000011010100101101101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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