Html Css Color HEX #9DD8DD Morning Glory

📋 copy color: '#9DD8DD'

red 157 ◦ green 216 ◦ blue 221

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

Shades of Morning Glory #9DD8DD

Tints of Morning Glory #9DD8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.36%

 BLUE value IS 221 (86.72% from 255) = 37.21%

R = 26.43%
G = 36.36%
B = 37.21%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DD8DD (or 0x9DD8DD) is known color: Morning Glory. HEX triplet: 9D, D8 and DD. RGB value is (157,216,221). Sum of RGB (Red+Green+Blue) = 157+216+221=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DD8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD8DD is #622722. Grayscale: #C6C6C6. Windows color (decimal): -6432547 or 14538909. OLE color: 14538909.

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

Color convert

RGB 157 216 221 -
CMYK 0.29 0.02 0 0.13
HSL 184.69º 0.48% 0.74% -
HSV(B) 184.69º 0.29% 0.87% -
XYZ 51.51 61.5 77.56 -
YUV 198.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 157 216 221 0.29 0.02 0 0.13 184.69 0.48 0.74
Hex 9D D8 DD 1D 2 0 D B9 30 4A
Octal 235 330 335 35 2 0 15 271 60 112
Binary 10011101 11011000 11011101 11101 10 0 1101 10111001 110000 1001010

Color Harmonies of #9DD8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD8DD

Black with #9DD8DD

Text Example


Text Example

White with #9DD8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,216,221); }

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

background-color css

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

 a { background-color: rgb(157,216,221); }

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

border-color css

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

 span { border-color: rgb(157,216,221); }

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