Html Css Color HEX #99DCD8 Morning Glory

📋 copy color: '#99DCD8'

red 153 ◦ green 220 ◦ blue 216

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

Shades of Morning Glory #99DCD8

Tints of Morning Glory #99DCD8

RGB

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

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

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

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

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 153 220 216 -
CMYK 0.30 0 0.02 0.14
HSL 176.42º 0.49% 0.73% -
HSV(B) 176.42º 0.3% 0.86% -
XYZ 51.12 62.92 74.42 -
YUV 199.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 153 220 216 0.30 0 0.02 0.14 176.42 0.49 0.73
Hex 99 DC D8 1E 0 2 E B0 31 49
Octal 231 334 330 36 0 2 16 260 61 111
Binary 10011001 11011100 11011000 11110 0 10 1110 10110000 110001 1001001

Color Harmonies of #99DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCD8

Black with #99DCD8

Text Example


Text Example

White with #99DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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