Html Css Color HEX #8ADEDC Morning Glory

📋 copy color: '#8ADEDC'

red 138 ◦ green 222 ◦ blue 220

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

Shades of Morning Glory #8ADEDC

Tints of Morning Glory #8ADEDC

RGB

 RED value IS 138 (54.3% from 255) = 23.79%

 GREEN value IS 222 (87.11% from 255) = 38.28%

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

R = 23.79%
G = 38.28%
B = 37.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#8ADEDC (or 0x8ADEDC) is known color: Morning Glory. HEX triplet: 8A, DE and DC. RGB value is (138,222,220). Sum of RGB (Red+Green+Blue) = 138+222+220=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEDC is #752123. Grayscale: #C4C4C4. Windows color (decimal): -7676196 or 14474890. OLE color: 14474890.

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

Color convert

RGB 138 222 220 -
CMYK 0.38 0 0.01 0.13
HSL 178.57º 0.56% 0.71% -
HSV(B) 178.57º 0.38% 0.87% -
XYZ 49.52 62.81 77.22 -
YUV 196.66 141.17 86.16 -
System Red Green Blue C M Y K H S L
Decimal 138 222 220 0.38 0 0.01 0.13 178.57 0.56 0.71
Hex 8A DE DC 26 0 1 D B3 38 47
Octal 212 336 334 46 0 1 15 263 70 107
Binary 10001010 11011110 11011100 100110 0 1 1101 10110011 111000 1000111

Color Harmonies of #8ADEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEDC

Black with #8ADEDC

Text Example


Text Example

White with #8ADEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,222,220); }

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

background-color css

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

 a { background-color: rgb(138,222,220); }

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

border-color css

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

 span { border-color: rgb(138,222,220); }

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