Html Css Color HEX #93DBDB Morning Glory

📋 copy color: '#93DBDB'

red 147 ◦ green 219 ◦ blue 219

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

Shades of Morning Glory #93DBDB

Tints of Morning Glory #93DBDB

RGB

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

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

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

R = 25.13%
G = 37.44%
B = 37.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93DBDB (or 0x93DBDB) is known color: Morning Glory. HEX triplet: 93, DB and DB. RGB value is (147,219,219). Sum of RGB (Red+Green+Blue) = 147+219+219=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #93DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DBDB is #6C2424. Grayscale: #C5C5C5. Windows color (decimal): -7087141 or 14408595. OLE color: 14408595.

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

Color convert

RGB 147 219 219 -
CMYK 0.33 0 0 0.14
HSL 180º 0.5% 0.72% -
HSV(B) 180º 0.33% 0.86% -
XYZ 50.15 61.98 76.34 -
YUV 197.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 147 219 219 0.33 0 0 0.14 180 0.5 0.72
Hex 93 DB DB 21 0 0 E B4 32 48
Octal 223 333 333 41 0 0 16 264 62 110
Binary 10010011 11011011 11011011 100001 0 0 1110 10110100 110010 1001000

Color Harmonies of #93DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBDB

Black with #93DBDB

Text Example


Text Example

White with #93DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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