Html Css Color HEX #93CACE Morning Glory

📋 copy color: '#93CACE'

red 147 ◦ green 202 ◦ blue 206

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

Shades of Morning Glory #93CACE

Tints of Morning Glory #93CACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 26.49%
G = 36.4%
B = 37.12%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93CACE (or 0x93CACE) is known color: Morning Glory. HEX triplet: 93, CA and CE. RGB value is (147,202,206). Sum of RGB (Red+Green+Blue) = 147+202+206=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #93CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CACE is #6C3531. Grayscale: #B9B9B9. Windows color (decimal): -7091506 or 13552275. OLE color: 13552275.

HSL color Cylindrical-coordinate representation of color #93CACE: hue angle of 184.07º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CACE is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 202 206 -
CMYK 0.29 0.02 0 0.19
HSL 184.07º 0.38% 0.69% -
HSV(B) 184.07º 0.29% 0.81% -
XYZ 44.29 52.9 66.27 -
YUV 186.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 147 202 206 0.29 0.02 0 0.19 184.07 0.38 0.69
Hex 93 CA CE 1D 2 0 13 B8 26 45
Octal 223 312 316 35 2 0 23 270 46 105
Binary 10010011 11001010 11001110 11101 10 0 10011 10111000 100110 1000101

Color Harmonies of #93CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CACE

Black with #93CACE

Text Example


Text Example

White with #93CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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