Html Css Color HEX #9ADDDC Morning Glory

📋 copy color: '#9ADDDC'

red 154 ◦ green 221 ◦ blue 220

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

Shades of Morning Glory #9ADDDC

Tints of Morning Glory #9ADDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.14%

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

R = 25.88%
G = 37.14%
B = 36.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#9ADDDC (or 0x9ADDDC) is known color: Morning Glory. HEX triplet: 9A, DD and DC. RGB value is (154,221,220). Sum of RGB (Red+Green+Blue) = 154+221+220=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDDC is #652223. Grayscale: #C8C8C8. Windows color (decimal): -6627876 or 14474650. OLE color: 14474650.

HSL color Cylindrical-coordinate representation of color #9ADDDC: hue angle of 179.1º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDDC is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 220 -
CMYK 0.30 0 0.00 0.13
HSL 179.1º 0.5% 0.74% -
HSV(B) 179.1º 0.3% 0.87% -
XYZ 52.1 63.75 77.27 -
YUV 200.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 154 221 220 0.30 0 0.00 0.13 179.1 0.5 0.74
Hex 9A DD DC 1E 0 0 D B3 32 4A
Octal 232 335 334 36 0 0 15 263 62 112
Binary 10011010 11011101 11011100 11110 0 0 1101 10110011 110010 1001010

Color Harmonies of #9ADDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDDC

Black with #9ADDDC

Text Example


Text Example

White with #9ADDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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