Html Css Color HEX #8CC9CD Morning Glory

📋 copy color: '#8CC9CD'

red 140 ◦ green 201 ◦ blue 205

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

Shades of Morning Glory #8CC9CD

Tints of Morning Glory #8CC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.81%

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 25.64%
G = 36.81%
B = 37.55%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8CC9CD (or 0x8CC9CD) is known color: Morning Glory. HEX triplet: 8C, C9 and CD. RGB value is (140,201,205). Sum of RGB (Red+Green+Blue) = 140+201+205=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC9CD is #733632. Grayscale: #B7B7B7. Windows color (decimal): -7550515 or 13486476. OLE color: 13486476.

HSL color Cylindrical-coordinate representation of color #8CC9CD: hue angle of 183.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CC9CD is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 201 205 -
CMYK 0.32 0.02 0 0.20
HSL 183.69º 0.39% 0.68% -
HSV(B) 183.69º 0.32% 0.8% -
XYZ 42.72 51.76 65.5 -
YUV 183.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 140 201 205 0.32 0.02 0 0.20 183.69 0.39 0.68
Hex 8C C9 CD 20 2 0 14 B8 27 44
Octal 214 311 315 40 2 0 24 270 47 104
Binary 10001100 11001001 11001101 100000 10 0 10100 10111000 100111 1000100

Color Harmonies of #8CC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC9CD

Black with #8CC9CD

Text Example


Text Example

White with #8CC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,201,205); }

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

background-color css

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

 a { background-color: rgb(140,201,205); }

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

border-color css

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

 span { border-color: rgb(140,201,205); }

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