Html Css Color HEX #92ACE0 Polo Blue

📋 copy color: '#92ACE0'

red 146 ◦ green 172 ◦ blue 224

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

Shades of Polo Blue #92ACE0

Tints of Polo Blue #92ACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.73%

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 26.94%
G = 31.73%
B = 41.33%

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

#92ACE0 (or 0x92ACE0) is known color: Polo Blue. HEX triplet: 92, AC and E0. RGB value is (146,172,224). Sum of RGB (Red+Green+Blue) = 146+172+224=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #92ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACE0 is #6D531F. Grayscale: #A9A9A9. Windows color (decimal): -7164704 or 14724242. OLE color: 14724242.

HSL color Cylindrical-coordinate representation of color #92ACE0: hue angle of 220º degrees, saturation: 0.56, 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 #92ACE0 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 146 172 224 -
CMYK 0.35 0.23 0 0.12
HSL 220º 0.56% 0.73% -
HSV(B) 220º 0.35% 0.88% -
XYZ 40.06 41 76.32 -
YUV 170.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 146 172 224 0.35 0.23 0 0.12 220 0.56 0.73
Hex 92 AC E0 23 17 0 C DC 38 49
Octal 222 254 340 43 27 0 14 334 70 111
Binary 10010010 10101100 11100000 100011 10111 0 1100 11011100 111000 1001001

Color Harmonies of #92ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ACE0

Black with #92ACE0

Text Example


Text Example

White with #92ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,172,224); }

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

background-color css

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

 a { background-color: rgb(146,172,224); }

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

border-color css

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

 span { border-color: rgb(146,172,224); }

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