Html Css Color HEX #93DBDA Morning Glory

📋 copy color: '#93DBDA'

red 147 ◦ green 219 ◦ blue 218

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

Shades of Morning Glory #93DBDA

Tints of Morning Glory #93DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 25.17%
G = 37.5%
B = 37.33%

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

#93DBDA (or 0x93DBDA) is known color: Morning Glory. HEX triplet: 93, DB and DA. RGB value is (147,219,218). Sum of RGB (Red+Green+Blue) = 147+219+218=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DBDA is #6C2425. Grayscale: #C5C5C5. Windows color (decimal): -7087142 or 14343059. OLE color: 14343059.

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

Color convert

RGB 147 219 218 -
CMYK 0.33 0 0.00 0.14
HSL 179.17º 0.5% 0.72% -
HSV(B) 179.17º 0.33% 0.86% -
XYZ 50.02 61.93 75.65 -
YUV 197.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 147 219 218 0.33 0 0.00 0.14 179.17 0.5 0.72
Hex 93 DB DA 21 0 0 E B3 32 48
Octal 223 333 332 41 0 0 16 263 62 110
Binary 10010011 11011011 11011010 100001 0 0 1110 10110011 110010 1001000

Color Harmonies of #93DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBDA

Black with #93DBDA

Text Example


Text Example

White with #93DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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