Html Css Color HEX #8CDDDB Morning Glory

📋 copy color: '#8CDDDB'

red 140 ◦ green 221 ◦ blue 219

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

Shades of Morning Glory #8CDDDB

Tints of Morning Glory #8CDDDB

RGB

 RED value IS 140 (55.08% from 255) = 24.14%

 GREEN value IS 221 (86.72% from 255) = 38.1%

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 24.14%
G = 38.1%
B = 37.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#8CDDDB (or 0x8CDDDB) is known color: Morning Glory. HEX triplet: 8C, DD and DB. RGB value is (140,221,219). Sum of RGB (Red+Green+Blue) = 140+221+219=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDDB is #732224. Grayscale: #C4C4C4. Windows color (decimal): -7545381 or 14409100. OLE color: 14409100.

HSL color Cylindrical-coordinate representation of color #8CDDDB: hue angle of 178.52º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDDB is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 219 -
CMYK 0.37 0 0.01 0.13
HSL 178.52º 0.54% 0.71% -
HSV(B) 178.52º 0.37% 0.87% -
XYZ 49.46 62.4 76.46 -
YUV 196.55 140.66 87.66 -
System Red Green Blue C M Y K H S L
Decimal 140 221 219 0.37 0 0.01 0.13 178.52 0.54 0.71
Hex 8C DD DB 25 0 1 D B3 36 47
Octal 214 335 333 45 0 1 15 263 66 107
Binary 10001100 11011101 11011011 100101 0 1 1101 10110011 110110 1000111

Color Harmonies of #8CDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDDDB

Black with #8CDDDB

Text Example


Text Example

White with #8CDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,219); }

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

background-color css

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

 a { background-color: rgb(140,221,219); }

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

border-color css

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

 span { border-color: rgb(140,221,219); }

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