Html Css Color HEX #93DAD8 Morning Glory

📋 copy color: '#93DAD8'

red 147 ◦ green 218 ◦ blue 216

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

Shades of Morning Glory #93DAD8

Tints of Morning Glory #93DAD8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.52%

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

R = 25.3%
G = 37.52%
B = 37.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#93DAD8 (or 0x93DAD8) is known color: Morning Glory. HEX triplet: 93, DA and D8. RGB value is (147,218,216). Sum of RGB (Red+Green+Blue) = 147+218+216=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAD8 is #6C2527. Grayscale: #C4C4C4. Windows color (decimal): -7087400 or 14211731. OLE color: 14211731.

HSL color Cylindrical-coordinate representation of color #93DAD8: hue angle of 178.31º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DAD8 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 218 216 -
CMYK 0.33 0 0.01 0.15
HSL 178.31º 0.49% 0.72% -
HSV(B) 178.31º 0.33% 0.85% -
XYZ 49.5 61.3 74.19 -
YUV 196.54 138.98 92.66 -
System Red Green Blue C M Y K H S L
Decimal 147 218 216 0.33 0 0.01 0.15 178.31 0.49 0.72
Hex 93 DA D8 21 0 1 F B2 31 48
Octal 223 332 330 41 0 1 17 262 61 110
Binary 10010011 11011010 11011000 100001 0 1 1111 10110010 110001 1001000

Color Harmonies of #93DAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DAD8

Black with #93DAD8

Text Example


Text Example

White with #93DAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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