Html Css Color HEX #8DC5CC Morning Glory

📋 copy color: '#8DC5CC'

red 141 ◦ green 197 ◦ blue 204

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

Shades of Morning Glory #8DC5CC

Tints of Morning Glory #8DC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.35%

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

R = 26.01%
G = 36.35%
B = 37.64%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DC5CC (or 0x8DC5CC) is known color: Morning Glory. HEX triplet: 8D, C5 and CC. RGB value is (141,197,204). Sum of RGB (Red+Green+Blue) = 141+197+204=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC5CC is #723A33. Grayscale: #B4B4B4. Windows color (decimal): -7486004 or 13419917. OLE color: 13419917.

HSL color Cylindrical-coordinate representation of color #8DC5CC: hue angle of 186.67º 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 #8DC5CC is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 197 204 -
CMYK 0.31 0.03 0 0.2
HSL 186.67º 0.38% 0.68% -
HSV(B) 186.67º 0.31% 0.8% -
XYZ 41.85 49.95 64.56 -
YUV 181.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 141 197 204 0.31 0.03 0 0.2 186.67 0.38 0.68
Hex 8D C5 CC 1F 3 0 14 BB 26 44
Octal 215 305 314 37 3 0 24 273 46 104
Binary 10001101 11000101 11001100 11111 11 0 10100 10111011 100110 1000100

Color Harmonies of #8DC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC5CC

Black with #8DC5CC

Text Example


Text Example

White with #8DC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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