Html Css Color HEX #8CCCCC Morning Glory

📋 copy color: '#8CCCCC'

red 140 ◦ green 204 ◦ blue 204

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

Shades of Morning Glory #8CCCCC

Tints of Morning Glory #8CCCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.23%

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 25.55%
G = 37.23%
B = 37.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8CCCCC (or 0x8CCCCC) is known color: Morning Glory. HEX triplet: 8C, CC and CC. RGB value is (140,204,204). Sum of RGB (Red+Green+Blue) = 140+204+204=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #8CCCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCCC is #733333. Grayscale: #B8B8B8. Windows color (decimal): -7549748 or 13421708. OLE color: 13421708.

HSL color Cylindrical-coordinate representation of color #8CCCCC: hue angle of 180º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCCCC is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 204 -
CMYK 0.31 0 0 0.2
HSL 180º 0.39% 0.67% -
HSV(B) 180º 0.31% 0.8% -
XYZ 43.31 53.12 65.1 -
YUV 184.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 140 204 204 0.31 0 0 0.2 180 0.39 0.67
Hex 8C CC CC 1F 0 0 14 B4 27 43
Octal 214 314 314 37 0 0 24 264 47 103
Binary 10001100 11001100 11001100 11111 0 0 10100 10110100 100111 1000011

Color Harmonies of #8CCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCCCC

Black with #8CCCCC

Text Example


Text Example

White with #8CCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,204,204); }

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

background-color css

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

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

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

border-color css

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

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

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