Html Css Color HEX #8CDFDE Morning Glory

📋 copy color: '#8CDFDE'

red 140 ◦ green 223 ◦ blue 222

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

Shades of Morning Glory #8CDFDE

Tints of Morning Glory #8CDFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.95%

R = 23.93%
G = 38.12%
B = 37.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#8CDFDE (or 0x8CDFDE) is known color: Morning Glory. HEX triplet: 8C, DF and DE. RGB value is (140,223,222). Sum of RGB (Red+Green+Blue) = 140+223+222=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFDE is #732021. Grayscale: #C5C5C5. Windows color (decimal): -7544866 or 14606220. OLE color: 14606220.

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

Color convert

RGB 140 223 222 -
CMYK 0.37 0 0.00 0.13
HSL 179.28º 0.56% 0.71% -
HSV(B) 179.28º 0.37% 0.87% -
XYZ 50.39 63.62 78.73 -
YUV 198.07 141.5 86.58 -
System Red Green Blue C M Y K H S L
Decimal 140 223 222 0.37 0 0.00 0.13 179.28 0.56 0.71
Hex 8C DF DE 25 0 0 D B3 38 47
Octal 214 337 336 45 0 0 15 263 70 107
Binary 10001100 11011111 11011110 100101 0 0 1101 10110011 111000 1000111

Color Harmonies of #8CDFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDFDE

Black with #8CDFDE

Text Example


Text Example

White with #8CDFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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