Html Css Color HEX #9ADCDA Morning Glory

📋 copy color: '#9ADCDA'

red 154 ◦ green 220 ◦ blue 218

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

Shades of Morning Glory #9ADCDA

Tints of Morning Glory #9ADCDA

RGB

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

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

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

R = 26.01%
G = 37.16%
B = 36.82%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#9ADCDA (or 0x9ADCDA) is known color: Morning Glory. HEX triplet: 9A, DC and DA. RGB value is (154,220,218). Sum of RGB (Red+Green+Blue) = 154+220+218=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCDA is #652325. Grayscale: #C7C7C7. Windows color (decimal): -6628134 or 14343322. OLE color: 14343322.

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

Color convert

RGB 154 220 218 -
CMYK 0.3 0 0.01 0.14
HSL 178.18º 0.49% 0.73% -
HSV(B) 178.18º 0.3% 0.86% -
XYZ 51.57 63.12 75.79 -
YUV 200.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 154 220 218 0.3 0 0.01 0.14 178.18 0.49 0.73
Hex 9A DC DA 1E 0 1 E B2 31 49
Octal 232 334 332 36 0 1 16 262 61 111
Binary 10011010 11011100 11011010 11110 0 1 1110 10110010 110001 1001001

Color Harmonies of #9ADCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCDA

Black with #9ADCDA

Text Example


Text Example

White with #9ADCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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