Html Css Color HEX #8CCCCB Morning Glory

📋 copy color: '#8CCCCB'

red 140 ◦ green 204 ◦ blue 203

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

Shades of Morning Glory #8CCCCB

Tints of Morning Glory #8CCCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 25.59%
G = 37.29%
B = 37.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#8CCCCB (or 0x8CCCCB) is known color: Morning Glory. HEX triplet: 8C, CC and CB. RGB value is (140,204,203). Sum of RGB (Red+Green+Blue) = 140+204+203=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCCB is #733334. Grayscale: #B8B8B8. Windows color (decimal): -7549749 or 13356172. OLE color: 13356172.

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

Color convert

RGB 140 204 203 -
CMYK 0.31 0 0.00 0.2
HSL 179.06º 0.39% 0.67% -
HSV(B) 179.06º 0.31% 0.8% -
XYZ 43.19 53.07 64.47 -
YUV 184.75 138.3 96.08 -
System Red Green Blue C M Y K H S L
Decimal 140 204 203 0.31 0 0.00 0.2 179.06 0.39 0.67
Hex 8C CC CB 1F 0 0 14 B3 27 43
Octal 214 314 313 37 0 0 24 263 47 103
Binary 10001100 11001100 11001011 11111 0 0 10100 10110011 100111 1000011

Color Harmonies of #8CCCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCCCB

Black with #8CCCCB

Text Example


Text Example

White with #8CCCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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