Html Css Color HEX #8EDBDB Morning Glory

📋 copy color: '#8EDBDB'

red 142 ◦ green 219 ◦ blue 219

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

Shades of Morning Glory #8EDBDB

Tints of Morning Glory #8EDBDB

RGB

 RED value IS 142 (55.86% from 255) = 24.48%

 GREEN value IS 219 (85.94% from 255) = 37.76%

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 24.48%
G = 37.76%
B = 37.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8EDBDB (or 0x8EDBDB) is known color: Morning Glory. HEX triplet: 8E, DB and DB. RGB value is (142,219,219). Sum of RGB (Red+Green+Blue) = 142+219+219=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #8EDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBDB is #712424. Grayscale: #C3C3C3. Windows color (decimal): -7414821 or 14408590. OLE color: 14408590.

HSL color Cylindrical-coordinate representation of color #8EDBDB: hue angle of 180º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDBDB is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 219 219 -
CMYK 0.35 0 0 0.14
HSL 180º 0.52% 0.71% -
HSV(B) 180º 0.35% 0.86% -
XYZ 49.27 61.53 76.3 -
YUV 195.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 142 219 219 0.35 0 0 0.14 180 0.52 0.71
Hex 8E DB DB 23 0 0 E B4 34 47
Octal 216 333 333 43 0 0 16 264 64 107
Binary 10001110 11011011 11011011 100011 0 0 1110 10110100 110100 1000111

Color Harmonies of #8EDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBDB

Black with #8EDBDB

Text Example


Text Example

White with #8EDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,219,219); }

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

background-color css

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

 a { background-color: rgb(142,219,219); }

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

border-color css

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

 span { border-color: rgb(142,219,219); }

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