Html Css Color HEX #93DCDD Morning Glory

📋 copy color: '#93DCDD'

red 147 ◦ green 220 ◦ blue 221

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

Shades of Morning Glory #93DCDD

Tints of Morning Glory #93DCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.59%

R = 25%
G = 37.41%
B = 37.59%

CMYK

 C value IS 0.33

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93DCDD (or 0x93DCDD) is known color: Morning Glory. HEX triplet: 93, DC and DD. RGB value is (147,220,221). Sum of RGB (Red+Green+Blue) = 147+220+221=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #93DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCDD is #6C2322. Grayscale: #C6C6C6. Windows color (decimal): -7086883 or 14539923. OLE color: 14539923.

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

Color convert

RGB 147 220 221 -
CMYK 0.33 0.00 0 0.13
HSL 180.81º 0.52% 0.72% -
HSV(B) 180.81º 0.33% 0.87% -
XYZ 50.68 62.61 77.82 -
YUV 198.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 147 220 221 0.33 0.00 0 0.13 180.81 0.52 0.72
Hex 93 DC DD 21 0 0 D B5 34 48
Octal 223 334 335 41 0 0 15 265 64 110
Binary 10010011 11011100 11011101 100001 0 0 1101 10110101 110100 1001000

Color Harmonies of #93DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DCDD

Black with #93DCDD

Text Example


Text Example

White with #93DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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