Html Css Color HEX #8BDDDC Morning Glory

📋 copy color: '#8BDDDC'

red 139 ◦ green 221 ◦ blue 220

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

Shades of Morning Glory #8BDDDC

Tints of Morning Glory #8BDDDC

RGB

 RED value IS 139 (54.69% from 255) = 23.97%

 GREEN value IS 221 (86.72% from 255) = 38.1%

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 23.97%
G = 38.1%
B = 37.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#8BDDDC (or 0x8BDDDC) is known color: Morning Glory. HEX triplet: 8B, DD and DC. RGB value is (139,221,220). Sum of RGB (Red+Green+Blue) = 139+221+220=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDDC is #742223. Grayscale: #C4C4C4. Windows color (decimal): -7610916 or 14474635. OLE color: 14474635.

HSL color Cylindrical-coordinate representation of color #8BDDDC: hue angle of 179.27º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDDDC is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 221 220 -
CMYK 0.37 0 0.00 0.13
HSL 179.27º 0.55% 0.71% -
HSV(B) 179.27º 0.37% 0.87% -
XYZ 49.42 62.37 77.14 -
YUV 196.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 139 221 220 0.37 0 0.00 0.13 179.27 0.55 0.71
Hex 8B DD DC 25 0 0 D B3 37 47
Octal 213 335 334 45 0 0 15 263 67 107
Binary 10001011 11011101 11011100 100101 0 0 1101 10110011 110111 1000111

Color Harmonies of #8BDDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDDDC

Black with #8BDDDC

Text Example


Text Example

White with #8BDDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,221,220); }

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

background-color css

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

 a { background-color: rgb(139,221,220); }

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

border-color css

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

 span { border-color: rgb(139,221,220); }

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