Html Css Color HEX #8CC5CC Morning Glory

📋 copy color: '#8CC5CC'

red 140 ◦ green 197 ◦ blue 204

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

Shades of Morning Glory #8CC5CC

Tints of Morning Glory #8CC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.41%

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

R = 25.88%
G = 36.41%
B = 37.71%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8CC5CC (or 0x8CC5CC) is known color: Morning Glory. HEX triplet: 8C, C5 and CC. RGB value is (140,197,204). Sum of RGB (Red+Green+Blue) = 140+197+204=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC5CC is #733A33. Grayscale: #B4B4B4. Windows color (decimal): -7551540 or 13419916. OLE color: 13419916.

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

Color convert

RGB 140 197 204 -
CMYK 0.31 0.03 0 0.2
HSL 186.56º 0.39% 0.67% -
HSV(B) 186.56º 0.31% 0.8% -
XYZ 41.68 49.87 64.56 -
YUV 180.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 140 197 204 0.31 0.03 0 0.2 186.56 0.39 0.67
Hex 8C C5 CC 1F 3 0 14 BB 27 43
Octal 214 305 314 37 3 0 24 273 47 103
Binary 10001100 11000101 11001100 11111 11 0 10100 10111011 100111 1000011

Color Harmonies of #8CC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC5CC

Black with #8CC5CC

Text Example


Text Example

White with #8CC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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