Html Css Color HEX #8DCACC Morning Glory

📋 copy color: '#8DCACC'

red 141 ◦ green 202 ◦ blue 204

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

Shades of Morning Glory #8DCACC

Tints of Morning Glory #8DCACC

RGB

 RED value IS 141 (55.47% from 255) = 25.78%

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

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 25.78%
G = 36.93%
B = 37.29%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DCACC (or 0x8DCACC) is known color: Morning Glory. HEX triplet: 8D, CA and CC. RGB value is (141,202,204). Sum of RGB (Red+Green+Blue) = 141+202+204=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DCACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCACC is #723533. Grayscale: #B7B7B7. Windows color (decimal): -7484724 or 13421197. OLE color: 13421197.

HSL color Cylindrical-coordinate representation of color #8DCACC: hue angle of 181.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCACC is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 202 204 -
CMYK 0.31 0.01 0 0.2
HSL 181.9º 0.38% 0.68% -
HSV(B) 181.9º 0.31% 0.8% -
XYZ 43 52.26 64.95 -
YUV 183.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 141 202 204 0.31 0.01 0 0.2 181.9 0.38 0.68
Hex 8D CA CC 1F 1 0 14 B6 26 44
Octal 215 312 314 37 1 0 24 266 46 104
Binary 10001101 11001010 11001100 11111 1 0 10100 10110110 100110 1000100

Color Harmonies of #8DCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCACC

Black with #8DCACC

Text Example


Text Example

White with #8DCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,202,204); }

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

background-color css

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

 a { background-color: rgb(141,202,204); }

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

border-color css

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

 span { border-color: rgb(141,202,204); }

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