Html Css Color HEX #9ADCD8 Morning Glory

📋 copy color: '#9ADCD8'

red 154 ◦ green 220 ◦ blue 216

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

Shades of Morning Glory #9ADCD8

Tints of Morning Glory #9ADCD8

RGB

 RED value IS 154 (60.55% from 255) = 26.1%

 GREEN value IS 220 (86.33% from 255) = 37.29%

 BLUE value IS 216 (84.77% from 255) = 36.61%

R = 26.1%
G = 37.29%
B = 36.61%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#9ADCD8 (or 0x9ADCD8) is known color: Morning Glory. HEX triplet: 9A, DC and D8. RGB value is (154,220,216). Sum of RGB (Red+Green+Blue) = 154+220+216=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCD8 is #652327. Grayscale: #C7C7C7. Windows color (decimal): -6628136 or 14212250. OLE color: 14212250.

HSL color Cylindrical-coordinate representation of color #9ADCD8: hue angle of 176.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCD8 is Cyan = 0.3, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 216 -
CMYK 0.3 0 0.02 0.14
HSL 176.36º 0.49% 0.73% -
HSV(B) 176.36º 0.3% 0.86% -
XYZ 51.31 63.01 74.42 -
YUV 199.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 154 220 216 0.3 0 0.02 0.14 176.36 0.49 0.73
Hex 9A DC D8 1E 0 2 E B0 31 49
Octal 232 334 330 36 0 2 16 260 61 111
Binary 10011010 11011100 11011000 11110 0 10 1110 10110000 110001 1001001

Color Harmonies of #9ADCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCD8

Black with #9ADCD8

Text Example


Text Example

White with #9ADCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ADCD8; }

 p { color: rgb(154,220,216); }

 H1.HeaderClassName
 {
   color: #9ADCD8;
 }
 .AnyTagClassName
 {
   color: #9ADCD8;
 }
</style>

background-color css

<style>
 a { background-color: #9ADCD8; }

 a { background-color: rgb(154,220,216); }

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

border-color css

<style>
 span { border-color: #9ADCD8; }

 span { border-color: rgb(154,220,216); }

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