Html Css Color HEX #8ACACD Morning Glory

📋 copy color: '#8ACACD'

red 138 ◦ green 202 ◦ blue 205

#8ACACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #8ACACD

Tints of Morning Glory #8ACACD

RGB

 RED value IS 138 (54.3% from 255) = 25.32%

 GREEN value IS 202 (79.3% from 255) = 37.06%

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 25.32%
G = 37.06%
B = 37.61%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8ACACD (or 0x8ACACD) is known color: Morning Glory. HEX triplet: 8A, CA and CD. RGB value is (138,202,205). Sum of RGB (Red+Green+Blue) = 138+202+205=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ACACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACACD is #753532. Grayscale: #B7B7B7. Windows color (decimal): -7681331 or 13486730. OLE color: 13486730.

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

Color convert

RGB 138 202 205 -
CMYK 0.33 0.01 0 0.20
HSL 182.69º 0.4% 0.67% -
HSV(B) 182.69º 0.33% 0.8% -
XYZ 42.62 52.05 65.56 -
YUV 183.21 140.3 95.76 -
System Red Green Blue C M Y K H S L
Decimal 138 202 205 0.33 0.01 0 0.20 182.69 0.4 0.67
Hex 8A CA CD 21 1 0 14 B7 28 43
Octal 212 312 315 41 1 0 24 267 50 103
Binary 10001010 11001010 11001101 100001 1 0 10100 10110111 101000 1000011

Color Harmonies of #8ACACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACACD

Black with #8ACACD

Text Example


Text Example

White with #8ACACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ACACD;
 }
 .AnyTagClassName
 {
   color: #8ACACD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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