Html Css Color HEX #92AEE1 Polo Blue

📋 copy color: '#92AEE1'

red 146 ◦ green 174 ◦ blue 225

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

Shades of Polo Blue #92AEE1

Tints of Polo Blue #92AEE1

RGB

 RED value IS 146 (57.42% from 255) = 26.79%

 GREEN value IS 174 (68.36% from 255) = 31.93%

 BLUE value IS 225 (88.28% from 255) = 41.28%

R = 26.79%
G = 31.93%
B = 41.28%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#92AEE1 (or 0x92AEE1) is known color: Polo Blue. HEX triplet: 92, AE and E1. RGB value is (146,174,225). Sum of RGB (Red+Green+Blue) = 146+174+225=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #92AEE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEE1 is #6D511E. Grayscale: #ABABAB. Windows color (decimal): -7164191 or 14790290. OLE color: 14790290.

HSL color Cylindrical-coordinate representation of color #92AEE1: hue angle of 218.73º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92AEE1 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 146 174 225 -
CMYK 0.35 0.23 0 0.12
HSL 218.73º 0.57% 0.73% -
HSV(B) 218.73º 0.35% 0.88% -
XYZ 40.58 41.82 77.17 -
YUV 171.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 146 174 225 0.35 0.23 0 0.12 218.73 0.57 0.73
Hex 92 AE E1 23 17 0 C DB 39 49
Octal 222 256 341 43 27 0 14 333 71 111
Binary 10010010 10101110 11100001 100011 10111 0 1100 11011011 111001 1001001

Color Harmonies of #92AEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AEE1

Black with #92AEE1

Text Example


Text Example

White with #92AEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92AEE1; }

 p { color: rgb(146,174,225); }

 H1.HeaderClassName
 {
   color: #92AEE1;
 }
 .AnyTagClassName
 {
   color: #92AEE1;
 }
</style>

background-color css

<style>
 a { background-color: #92AEE1; }

 a { background-color: rgb(146,174,225); }

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

border-color css

<style>
 span { border-color: #92AEE1; }

 span { border-color: rgb(146,174,225); }

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