Html Css Color HEX #93DCDB Morning Glory

📋 copy color: '#93DCDB'

red 147 ◦ green 220 ◦ blue 219

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

Shades of Morning Glory #93DCDB

Tints of Morning Glory #93DCDB

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #93DCDB: hue angle of 179.18º 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 #93DCDB is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 220 219 -
CMYK 0.33 0 0.00 0.14
HSL 179.18º 0.51% 0.72% -
HSV(B) 179.18º 0.33% 0.86% -
XYZ 50.41 62.5 76.43 -
YUV 198.06 139.82 91.58 -
System Red Green Blue C M Y K H S L
Decimal 147 220 219 0.33 0 0.00 0.14 179.18 0.51 0.72
Hex 93 DC DB 21 0 0 E B3 33 48
Octal 223 334 333 41 0 0 16 263 63 110
Binary 10010011 11011100 11011011 100001 0 0 1110 10110011 110011 1001000

Color Harmonies of #93DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DCDB

Black with #93DCDB

Text Example


Text Example

White with #93DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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