Html Css Color HEX #8CD8DB Morning Glory

📋 copy color: '#8CD8DB'

red 140 ◦ green 216 ◦ blue 219

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

Shades of Morning Glory #8CD8DB

Tints of Morning Glory #8CD8DB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.57%

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

R = 24.35%
G = 37.57%
B = 38.09%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CD8DB (or 0x8CD8DB) is known color: Morning Glory. HEX triplet: 8C, D8 and DB. RGB value is (140,216,219). Sum of RGB (Red+Green+Blue) = 140+216+219=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CD8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD8DB is #732724. Grayscale: #C1C1C1. Windows color (decimal): -7546661 or 14407820. OLE color: 14407820.

HSL color Cylindrical-coordinate representation of color #8CD8DB: hue angle of 182.28º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CD8DB is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 216 219 -
CMYK 0.36 0.01 0 0.14
HSL 182.28º 0.52% 0.7% -
HSV(B) 182.28º 0.36% 0.86% -
XYZ 48.16 59.8 76.02 -
YUV 193.62 142.32 89.76 -
System Red Green Blue C M Y K H S L
Decimal 140 216 219 0.36 0.01 0 0.14 182.28 0.52 0.7
Hex 8C D8 DB 24 1 0 E B6 34 46
Octal 214 330 333 44 1 0 16 266 64 106
Binary 10001100 11011000 11011011 100100 1 0 1110 10110110 110100 1000110

Color Harmonies of #8CD8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD8DB

Black with #8CD8DB

Text Example


Text Example

White with #8CD8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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