Html Css Color HEX #8CCDD2 Morning Glory

📋 copy color: '#8CCDD2'

red 140 ◦ green 205 ◦ blue 210

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

Shades of Morning Glory #8CCDD2

Tints of Morning Glory #8CCDD2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.94%

 BLUE value IS 210 (82.42% from 255) = 37.84%

R = 25.23%
G = 36.94%
B = 37.84%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8CCDD2 (or 0x8CCDD2) is known color: Morning Glory. HEX triplet: 8C, CD and D2. RGB value is (140,205,210). Sum of RGB (Red+Green+Blue) = 140+205+210=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #8CCDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDD2 is #73322D. Grayscale: #BABABA. Windows color (decimal): -7549486 or 13815180. OLE color: 13815180.

HSL color Cylindrical-coordinate representation of color #8CCDD2: hue angle of 184.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CCDD2 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 205 210 -
CMYK 0.33 0.02 0 0.18
HSL 184.29º 0.44% 0.69% -
HSV(B) 184.29º 0.33% 0.82% -
XYZ 44.28 53.89 69.04 -
YUV 186.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 140 205 210 0.33 0.02 0 0.18 184.29 0.44 0.69
Hex 8C CD D2 21 2 0 12 B8 2C 45
Octal 214 315 322 41 2 0 22 270 54 105
Binary 10001100 11001101 11010010 100001 10 0 10010 10111000 101100 1000101

Color Harmonies of #8CCDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCDD2

Black with #8CCDD2

Text Example


Text Example

White with #8CCDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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