Html Css Color HEX #93AAEC Portage

📋 copy color: '#93AAEC'

red 147 ◦ green 170 ◦ blue 236

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

Shades of Portage #93AAEC

Tints of Portage #93AAEC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.74%

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 26.58%
G = 30.74%
B = 42.68%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#93AAEC (or 0x93AAEC) is known color: Portage. HEX triplet: 93, AA and EC. RGB value is (147,170,236). Sum of RGB (Red+Green+Blue) = 147+170+236=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #93AAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AAEC is #6C5513. Grayscale: #AAAAAA. Windows color (decimal): -7099668 or 15510163. OLE color: 15510163.

HSL color Cylindrical-coordinate representation of color #93AAEC: hue angle of 224.49º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93AAEC is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 170 236 -
CMYK 0.38 0.28 0 0.07
HSL 224.49º 0.7% 0.75% -
HSV(B) 224.49º 0.38% 0.93% -
XYZ 41.55 41.01 85.08 -
YUV 170.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 147 170 236 0.38 0.28 0 0.07 224.49 0.7 0.75
Hex 93 AA EC 26 1C 0 7 E0 46 4B
Octal 223 252 354 46 34 0 7 340 106 113
Binary 10010011 10101010 11101100 100110 11100 0 111 11100000 1000110 1001011

Color Harmonies of #93AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AAEC

Black with #93AAEC

Text Example


Text Example

White with #93AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,170,236); }

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

background-color css

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

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

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

border-color css

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

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

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