Html Css Color HEX #93AAE5 Portage

📋 copy color: '#93AAE5'

red 147 ◦ green 170 ◦ blue 229

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

Shades of Portage #93AAE5

Tints of Portage #93AAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.94%

R = 26.92%
G = 31.14%
B = 41.94%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#93AAE5 (or 0x93AAE5) is known color: Portage. HEX triplet: 93, AA and E5. RGB value is (147,170,229). Sum of RGB (Red+Green+Blue) = 147+170+229=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #93AAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AAE5 is #6C551A. Grayscale: #A9A9A9. Windows color (decimal): -7099675 or 15051411. OLE color: 15051411.

HSL color Cylindrical-coordinate representation of color #93AAE5: hue angle of 223.17º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93AAE5 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 170 229 -
CMYK 0.36 0.26 0 0.10
HSL 223.17º 0.61% 0.74% -
HSV(B) 223.17º 0.36% 0.9% -
XYZ 40.55 40.61 79.83 -
YUV 169.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 147 170 229 0.36 0.26 0 0.10 223.17 0.61 0.74
Hex 93 AA E5 24 1A 0 A DF 3D 4A
Octal 223 252 345 44 32 0 12 337 75 112
Binary 10010011 10101010 11100101 100100 11010 0 1010 11011111 111101 1001010

Color Harmonies of #93AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AAE5

Black with #93AAE5

Text Example


Text Example

White with #93AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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