Html Css Color HEX #9ADEDC Morning Glory

📋 copy color: '#9ADEDC'

red 154 ◦ green 222 ◦ blue 220

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

Shades of Morning Glory #9ADEDC

Tints of Morning Glory #9ADEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.25%

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

R = 25.84%
G = 37.25%
B = 36.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#9ADEDC (or 0x9ADEDC) is known color: Morning Glory. HEX triplet: 9A, DE and DC. RGB value is (154,222,220). Sum of RGB (Red+Green+Blue) = 154+222+220=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEDC is #652123. Grayscale: #C9C9C9. Windows color (decimal): -6627620 or 14474906. OLE color: 14474906.

HSL color Cylindrical-coordinate representation of color #9ADEDC: hue angle of 178.24º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADEDC is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 222 220 -
CMYK 0.31 0 0.01 0.13
HSL 178.24º 0.51% 0.74% -
HSV(B) 178.24º 0.31% 0.87% -
XYZ 52.37 64.28 77.36 -
YUV 201.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 154 222 220 0.31 0 0.01 0.13 178.24 0.51 0.74
Hex 9A DE DC 1F 0 1 D B2 33 4A
Octal 232 336 334 37 0 1 15 262 63 112
Binary 10011010 11011110 11011100 11111 0 1 1101 10110010 110011 1001010

Color Harmonies of #9ADEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADEDC

Black with #9ADEDC

Text Example


Text Example

White with #9ADEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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