Html Css Color HEX #9ADBD9 Morning Glory

📋 copy color: '#9ADBD9'

red 154 ◦ green 219 ◦ blue 217

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

Shades of Morning Glory #9ADBD9

Tints of Morning Glory #9ADBD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.78%

R = 26.1%
G = 37.12%
B = 36.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#9ADBD9 (or 0x9ADBD9) is known color: Morning Glory. HEX triplet: 9A, DB and D9. RGB value is (154,219,217). Sum of RGB (Red+Green+Blue) = 154+219+217=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBD9 is #652426. Grayscale: #C7C7C7. Windows color (decimal): -6628391 or 14277530. OLE color: 14277530.

HSL color Cylindrical-coordinate representation of color #9ADBD9: hue angle of 178.15º degrees, saturation: 0.47, 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 #9ADBD9 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 217 -
CMYK 0.30 0 0.01 0.14
HSL 178.15º 0.47% 0.73% -
HSV(B) 178.15º 0.3% 0.86% -
XYZ 51.18 62.54 75.02 -
YUV 199.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 154 219 217 0.30 0 0.01 0.14 178.15 0.47 0.73
Hex 9A DB D9 1E 0 1 E B2 2F 49
Octal 232 333 331 36 0 1 16 262 57 111
Binary 10011010 11011011 11011001 11110 0 1 1110 10110010 101111 1001001

Color Harmonies of #9ADBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADBD9

Black with #9ADBD9

Text Example


Text Example

White with #9ADBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,219,217); }

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

background-color css

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

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

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

border-color css

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

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

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