Html Css Color HEX #9DD4DB Morning Glory

📋 copy color: '#9DD4DB'

red 157 ◦ green 212 ◦ blue 219

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

Shades of Morning Glory #9DD4DB

Tints of Morning Glory #9DD4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.05%

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 26.7%
G = 36.05%
B = 37.24%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DD4DB (or 0x9DD4DB) is known color: Morning Glory. HEX triplet: 9D, D4 and DB. RGB value is (157,212,219). Sum of RGB (Red+Green+Blue) = 157+212+219=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DD4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD4DB is #622B24. Grayscale: #C4C4C4. Windows color (decimal): -6433573 or 14406813. OLE color: 14406813.

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

Color convert

RGB 157 212 219 -
CMYK 0.28 0.03 0 0.14
HSL 186.77º 0.46% 0.74% -
HSV(B) 186.77º 0.28% 0.86% -
XYZ 50.23 59.37 75.83 -
YUV 196.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 157 212 219 0.28 0.03 0 0.14 186.77 0.46 0.74
Hex 9D D4 DB 1C 3 0 E BB 2E 4A
Octal 235 324 333 34 3 0 16 273 56 112
Binary 10011101 11010100 11011011 11100 11 0 1110 10111011 101110 1001010

Color Harmonies of #9DD4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD4DB

Black with #9DD4DB

Text Example


Text Example

White with #9DD4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,212,219); }

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

background-color css

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

 a { background-color: rgb(157,212,219); }

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

border-color css

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

 span { border-color: rgb(157,212,219); }

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