Html Css Color HEX #93CACC Morning Glory

📋 copy color: '#93CACC'

red 147 ◦ green 202 ◦ blue 204

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

Shades of Morning Glory #93CACC

Tints of Morning Glory #93CACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 26.58%
G = 36.53%
B = 36.89%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#93CACC (or 0x93CACC) is known color: Morning Glory. HEX triplet: 93, CA and CC. RGB value is (147,202,204). Sum of RGB (Red+Green+Blue) = 147+202+204=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #93CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CACC is #6C3533. Grayscale: #B9B9B9. Windows color (decimal): -7091508 or 13421203. OLE color: 13421203.

HSL color Cylindrical-coordinate representation of color #93CACC: hue angle of 182.11º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CACC is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 202 204 -
CMYK 0.28 0.01 0 0.2
HSL 182.11º 0.36% 0.69% -
HSV(B) 182.11º 0.28% 0.8% -
XYZ 44.05 52.8 65 -
YUV 185.78 138.28 100.34 -
System Red Green Blue C M Y K H S L
Decimal 147 202 204 0.28 0.01 0 0.2 182.11 0.36 0.69
Hex 93 CA CC 1C 1 0 14 B6 24 45
Octal 223 312 314 34 1 0 24 266 44 105
Binary 10010011 11001010 11001100 11100 1 0 10100 10110110 100100 1000101

Color Harmonies of #93CACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CACC

Black with #93CACC

Text Example


Text Example

White with #93CACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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