Html Css Color HEX #93DDD8 Morning Glory

📋 copy color: '#93DDD8'

red 147 ◦ green 221 ◦ blue 216

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

Shades of Morning Glory #93DDD8

Tints of Morning Glory #93DDD8

RGB

 RED value IS 147 (57.81% from 255) = 25.17%

 GREEN value IS 221 (86.72% from 255) = 37.84%

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

R = 25.17%
G = 37.84%
B = 36.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#93DDD8 (or 0x93DDD8) is known color: Morning Glory. HEX triplet: 93, DD and D8. RGB value is (147,221,216). Sum of RGB (Red+Green+Blue) = 147+221+216=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDD8 is #6C2227. Grayscale: #C6C6C6. Windows color (decimal): -7086632 or 14212499. OLE color: 14212499.

HSL color Cylindrical-coordinate representation of color #93DDD8: hue angle of 175.95º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDD8 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 221 216 -
CMYK 0.33 0 0.02 0.13
HSL 175.95º 0.52% 0.72% -
HSV(B) 175.95º 0.33% 0.87% -
XYZ 50.28 62.87 74.45 -
YUV 198.3 137.98 91.41 -
System Red Green Blue C M Y K H S L
Decimal 147 221 216 0.33 0 0.02 0.13 175.95 0.52 0.72
Hex 93 DD D8 21 0 2 D B0 34 48
Octal 223 335 330 41 0 2 15 260 64 110
Binary 10010011 11011101 11011000 100001 0 10 1101 10110000 110100 1001000

Color Harmonies of #93DDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DDD8

Black with #93DDD8

Text Example


Text Example

White with #93DDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93DDD8; }

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

 H1.HeaderClassName
 {
   color: #93DDD8;
 }
 .AnyTagClassName
 {
   color: #93DDD8;
 }
</style>

background-color css

<style>
 a { background-color: #93DDD8; }

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

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

border-color css

<style>
 span { border-color: #93DDD8; }

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

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