Html Css Color HEX #99D8DC Morning Glory

📋 copy color: '#99D8DC'

red 153 ◦ green 216 ◦ blue 220

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

Shades of Morning Glory #99D8DC

Tints of Morning Glory #99D8DC

RGB

 RED value IS 153 (60.16% from 255) = 25.98%

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

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

R = 25.98%
G = 36.67%
B = 37.35%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99D8DC (or 0x99D8DC) is known color: Morning Glory. HEX triplet: 99, D8 and DC. RGB value is (153,216,220). Sum of RGB (Red+Green+Blue) = 153+216+220=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #99D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D8DC is #662723. Grayscale: #C5C5C5. Windows color (decimal): -6694692 or 14473369. OLE color: 14473369.

HSL color Cylindrical-coordinate representation of color #99D8DC: hue angle of 183.58º 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 #99D8DC is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 216 220 -
CMYK 0.30 0.02 0 0.14
HSL 183.58º 0.49% 0.73% -
HSV(B) 183.58º 0.3% 0.86% -
XYZ 50.61 61.05 76.83 -
YUV 197.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 153 216 220 0.30 0.02 0 0.14 183.58 0.49 0.73
Hex 99 D8 DC 1E 2 0 E B8 31 49
Octal 231 330 334 36 2 0 16 270 61 111
Binary 10011001 11011000 11011100 11110 10 0 1110 10111000 110001 1001001

Color Harmonies of #99D8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D8DC

Black with #99D8DC

Text Example


Text Example

White with #99D8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D8DC; }

 p { color: rgb(153,216,220); }

 H1.HeaderClassName
 {
   color: #99D8DC;
 }
 .AnyTagClassName
 {
   color: #99D8DC;
 }
</style>

background-color css

<style>
 a { background-color: #99D8DC; }

 a { background-color: rgb(153,216,220); }

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

border-color css

<style>
 span { border-color: #99D8DC; }

 span { border-color: rgb(153,216,220); }

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