Html Css Color HEX #9DDADC Morning Glory

📋 copy color: '#9DDADC'

red 157 ◦ green 218 ◦ blue 220

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

Shades of Morning Glory #9DDADC

Tints of Morning Glory #9DDADC

RGB

 RED value IS 157 (61.72% from 255) = 26.39%

 GREEN value IS 218 (85.55% from 255) = 36.64%

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

R = 26.39%
G = 36.64%
B = 36.97%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DDADC (or 0x9DDADC) is known color: Morning Glory. HEX triplet: 9D, DA and DC. RGB value is (157,218,220). Sum of RGB (Red+Green+Blue) = 157+218+220=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DDADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDADC is #622523. Grayscale: #C7C7C7. Windows color (decimal): -6432036 or 14473885. OLE color: 14473885.

HSL color Cylindrical-coordinate representation of color #9DDADC: hue angle of 181.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDADC is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 218 220 -
CMYK 0.29 0.01 0 0.14
HSL 181.9º 0.47% 0.74% -
HSV(B) 181.9º 0.29% 0.86% -
XYZ 51.89 62.48 77.03 -
YUV 199.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 157 218 220 0.29 0.01 0 0.14 181.9 0.47 0.74
Hex 9D DA DC 1D 1 0 E B6 2F 4A
Octal 235 332 334 35 1 0 16 266 57 112
Binary 10011101 11011010 11011100 11101 1 0 1110 10110110 101111 1001010

Color Harmonies of #9DDADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDADC

Black with #9DDADC

Text Example


Text Example

White with #9DDADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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