Html Css Color HEX #8DCCCD Morning Glory

📋 copy color: '#8DCCCD'

red 141 ◦ green 204 ◦ blue 205

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

Shades of Morning Glory #8DCCCD

Tints of Morning Glory #8DCCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.09%

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

R = 25.64%
G = 37.09%
B = 37.27%

CMYK

 C value IS 0.31

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8DCCCD (or 0x8DCCCD) is known color: Morning Glory. HEX triplet: 8D, CC and CD. RGB value is (141,204,205). Sum of RGB (Red+Green+Blue) = 141+204+205=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCCD is #723332. Grayscale: #B9B9B9. Windows color (decimal): -7484211 or 13487245. OLE color: 13487245.

HSL color Cylindrical-coordinate representation of color #8DCCCD: hue angle of 180.94º degrees, saturation: 0.39, 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 #8DCCCD is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 204 205 -
CMYK 0.31 0.00 0 0.20
HSL 180.94º 0.39% 0.68% -
HSV(B) 180.94º 0.31% 0.8% -
XYZ 43.6 53.26 65.74 -
YUV 185.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 141 204 205 0.31 0.00 0 0.20 180.94 0.39 0.68
Hex 8D CC CD 1F 0 0 14 B5 27 44
Octal 215 314 315 37 0 0 24 265 47 104
Binary 10001101 11001100 11001101 11111 0 0 10100 10110101 100111 1000100

Color Harmonies of #8DCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCCCD

Black with #8DCCCD

Text Example


Text Example

White with #8DCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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