Html Css Color HEX #9ADAD8 Morning Glory

📋 copy color: '#9ADAD8'

red 154 ◦ green 218 ◦ blue 216

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

Shades of Morning Glory #9ADAD8

Tints of Morning Glory #9ADAD8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.07%

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

R = 26.19%
G = 37.07%
B = 36.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#9ADAD8 (or 0x9ADAD8) is known color: Morning Glory. HEX triplet: 9A, DA and D8. RGB value is (154,218,216). Sum of RGB (Red+Green+Blue) = 154+218+216=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADAD8 is #652527. Grayscale: #C6C6C6. Windows color (decimal): -6628648 or 14211738. OLE color: 14211738.

HSL color Cylindrical-coordinate representation of color #9ADAD8: hue angle of 178.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADAD8 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 216 -
CMYK 0.29 0 0.01 0.15
HSL 178.13º 0.46% 0.73% -
HSV(B) 178.13º 0.29% 0.85% -
XYZ 50.79 61.97 74.25 -
YUV 198.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 154 218 216 0.29 0 0.01 0.15 178.13 0.46 0.73
Hex 9A DA D8 1D 0 1 F B2 2E 49
Octal 232 332 330 35 0 1 17 262 56 111
Binary 10011010 11011010 11011000 11101 0 1 1111 10110010 101110 1001001

Color Harmonies of #9ADAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADAD8

Black with #9ADAD8

Text Example


Text Example

White with #9ADAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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