Html Css Color HEX #9ADDDA Morning Glory

📋 copy color: '#9ADDDA'

red 154 ◦ green 221 ◦ blue 218

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

Shades of Morning Glory #9ADDDA

Tints of Morning Glory #9ADDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 25.97%
G = 37.27%
B = 36.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#9ADDDA (or 0x9ADDDA) is known color: Morning Glory. HEX triplet: 9A, DD and DA. RGB value is (154,221,218). Sum of RGB (Red+Green+Blue) = 154+221+218=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDDA is #652225. Grayscale: #C8C8C8. Windows color (decimal): -6627878 or 14343578. OLE color: 14343578.

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

Color convert

RGB 154 221 218 -
CMYK 0.30 0 0.01 0.13
HSL 177.31º 0.5% 0.74% -
HSV(B) 177.31º 0.3% 0.87% -
XYZ 51.84 63.64 75.88 -
YUV 200.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 154 221 218 0.30 0 0.01 0.13 177.31 0.5 0.74
Hex 9A DD DA 1E 0 1 D B1 32 4A
Octal 232 335 332 36 0 1 15 261 62 112
Binary 10011010 11011101 11011010 11110 0 1 1101 10110001 110010 1001010

Color Harmonies of #9ADDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDDA

Black with #9ADDDA

Text Example


Text Example

White with #9ADDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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