Html Css Color HEX #8CC8CC Morning Glory

📋 copy color: '#8CC8CC'

red 140 ◦ green 200 ◦ blue 204

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

Shades of Morning Glory #8CC8CC

Tints of Morning Glory #8CC8CC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.76%

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

R = 25.74%
G = 36.76%
B = 37.5%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8CC8CC (or 0x8CC8CC) is known color: Morning Glory. HEX triplet: 8C, C8 and CC. RGB value is (140,200,204). Sum of RGB (Red+Green+Blue) = 140+200+204=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CC8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC8CC is #733733. Grayscale: #B6B6B6. Windows color (decimal): -7550772 or 13420684. OLE color: 13420684.

HSL color Cylindrical-coordinate representation of color #8CC8CC: hue angle of 183.75º 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 #8CC8CC is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 200 204 -
CMYK 0.31 0.02 0 0.2
HSL 183.75º 0.39% 0.67% -
HSV(B) 183.75º 0.31% 0.8% -
XYZ 42.37 51.24 64.78 -
YUV 182.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 140 200 204 0.31 0.02 0 0.2 183.75 0.39 0.67
Hex 8C C8 CC 1F 2 0 14 B8 27 43
Octal 214 310 314 37 2 0 24 270 47 103
Binary 10001100 11001000 11001100 11111 10 0 10100 10111000 100111 1000011

Color Harmonies of #8CC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC8CC

Black with #8CC8CC

Text Example


Text Example

White with #8CC8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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