Html Css Color HEX #8CDFDD Morning Glory

📋 copy color: '#8CDFDD'

red 140 ◦ green 223 ◦ blue 221

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

Shades of Morning Glory #8CDFDD

Tints of Morning Glory #8CDFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.18%

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 23.97%
G = 38.18%
B = 37.84%

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

#8CDFDD (or 0x8CDFDD) is known color: Morning Glory. HEX triplet: 8C, DF and DD. RGB value is (140,223,221). Sum of RGB (Red+Green+Blue) = 140+223+221=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFDD is #732022. Grayscale: #C5C5C5. Windows color (decimal): -7544867 or 14540684. OLE color: 14540684.

HSL color Cylindrical-coordinate representation of color #8CDFDD: hue angle of 178.55º degrees, saturation: 0.56, 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 #8CDFDD is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 223 221 -
CMYK 0.37 0 0.01 0.13
HSL 178.55º 0.56% 0.71% -
HSV(B) 178.55º 0.37% 0.87% -
XYZ 50.25 63.57 78.03 -
YUV 197.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 140 223 221 0.37 0 0.01 0.13 178.55 0.56 0.71
Hex 8C DF DD 25 0 1 D B3 38 47
Octal 214 337 335 45 0 1 15 263 70 107
Binary 10001100 11011111 11011101 100101 0 1 1101 10110011 111000 1000111

Color Harmonies of #8CDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDFDD

Black with #8CDFDD

Text Example


Text Example

White with #8CDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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