Html Css Color HEX #93DBDC Morning Glory

📋 copy color: '#93DBDC'

red 147 ◦ green 219 ◦ blue 220

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

Shades of Morning Glory #93DBDC

Tints of Morning Glory #93DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.37%

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

R = 25.09%
G = 37.37%
B = 37.54%

CMYK

 C value IS 0.33

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93DBDC (or 0x93DBDC) is known color: Morning Glory. HEX triplet: 93, DB and DC. RGB value is (147,219,220). Sum of RGB (Red+Green+Blue) = 147+219+220=586 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.09% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #93DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DBDC is #6C2423. Grayscale: #C5C5C5. Windows color (decimal): -7087140 or 14474131. OLE color: 14474131.

HSL color Cylindrical-coordinate representation of color #93DBDC: hue angle of 180.82º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DBDC is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 219 220 -
CMYK 0.33 0.00 0 0.14
HSL 180.82º 0.51% 0.72% -
HSV(B) 180.82º 0.33% 0.86% -
XYZ 50.28 62.03 77.03 -
YUV 197.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 147 219 220 0.33 0.00 0 0.14 180.82 0.51 0.72
Hex 93 DB DC 21 0 0 E B5 33 48
Octal 223 333 334 41 0 0 16 265 63 110
Binary 10010011 11011011 11011100 100001 0 0 1110 10110101 110011 1001000

Color Harmonies of #93DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBDC

Black with #93DBDC

Text Example


Text Example

White with #93DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,219,220); }

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

background-color css

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

 a { background-color: rgb(147,219,220); }

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

border-color css

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

 span { border-color: rgb(147,219,220); }

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