Html Css Color HEX #8CCCCD Morning Glory

📋 copy color: '#8CCCCD'

red 140 ◦ green 204 ◦ blue 205

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

Shades of Morning Glory #8CCCCD

Tints of Morning Glory #8CCCCD

RGB

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

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

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

R = 25.5%
G = 37.16%
B = 37.34%

CMYK

 C value IS 0.32

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8CCCCD (or 0x8CCCCD) is known color: Morning Glory. HEX triplet: 8C, CC and CD. RGB value is (140,204,205). Sum of RGB (Red+Green+Blue) = 140+204+205=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCCD is #733332. Grayscale: #B8B8B8. Windows color (decimal): -7549747 or 13487244. OLE color: 13487244.

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

Color convert

RGB 140 204 205 -
CMYK 0.32 0.00 0 0.20
HSL 180.92º 0.39% 0.68% -
HSV(B) 180.92º 0.32% 0.8% -
XYZ 43.43 53.17 65.73 -
YUV 184.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 140 204 205 0.32 0.00 0 0.20 180.92 0.39 0.68
Hex 8C CC CD 20 0 0 14 B5 27 44
Octal 214 314 315 40 0 0 24 265 47 104
Binary 10001100 11001100 11001101 100000 0 0 10100 10110101 100111 1000100

Color Harmonies of #8CCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCCCD

Black with #8CCCCD

Text Example


Text Example

White with #8CCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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