Html Css Color HEX #93CAD3 Morning Glory

📋 copy color: '#93CAD3'

red 147 ◦ green 202 ◦ blue 211

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

Shades of Morning Glory #93CAD3

Tints of Morning Glory #93CAD3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.07%

 BLUE value IS 211 (82.81% from 255) = 37.68%

R = 26.25%
G = 36.07%
B = 37.68%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#93CAD3 (or 0x93CAD3) is known color: Morning Glory. HEX triplet: 93, CA and D3. RGB value is (147,202,211). Sum of RGB (Red+Green+Blue) = 147+202+211=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #93CAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CAD3 is #6C352C. Grayscale: #BABABA. Windows color (decimal): -7091501 or 13879955. OLE color: 13879955.

HSL color Cylindrical-coordinate representation of color #93CAD3: hue angle of 188.44º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93CAD3 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 147 202 211 -
CMYK 0.30 0.04 0 0.17
HSL 188.44º 0.42% 0.7% -
HSV(B) 188.44º 0.3% 0.83% -
XYZ 44.91 53.15 69.52 -
YUV 186.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 147 202 211 0.30 0.04 0 0.17 188.44 0.42 0.7
Hex 93 CA D3 1E 4 0 11 BC 2A 46
Octal 223 312 323 36 4 0 21 274 52 106
Binary 10010011 11001010 11010011 11110 100 0 10001 10111100 101010 1000110

Color Harmonies of #93CAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CAD3

Black with #93CAD3

Text Example


Text Example

White with #93CAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,202,211); }

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

background-color css

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

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

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

border-color css

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

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

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