Html Css Color HEX #8CDCDB Morning Glory

📋 copy color: '#8CDCDB'

red 140 ◦ green 220 ◦ blue 219

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

Shades of Morning Glory #8CDCDB

Tints of Morning Glory #8CDCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38%

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

R = 24.18%
G = 38%
B = 37.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#8CDCDB (or 0x8CDCDB) is known color: Morning Glory. HEX triplet: 8C, DC and DB. RGB value is (140,220,219). Sum of RGB (Red+Green+Blue) = 140+220+219=579 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.18% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCDB is #732324. Grayscale: #C3C3C3. Windows color (decimal): -7545637 or 14408844. OLE color: 14408844.

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

Color convert

RGB 140 220 219 -
CMYK 0.36 0 0.00 0.14
HSL 179.25º 0.53% 0.71% -
HSV(B) 179.25º 0.36% 0.86% -
XYZ 49.19 61.88 76.37 -
YUV 195.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 140 220 219 0.36 0 0.00 0.14 179.25 0.53 0.71
Hex 8C DC DB 24 0 0 E B3 35 47
Octal 214 334 333 44 0 0 16 263 65 107
Binary 10001100 11011100 11011011 100100 0 0 1110 10110011 110101 1000111

Color Harmonies of #8CDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDCDB

Black with #8CDCDB

Text Example


Text Example

White with #8CDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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