Html Css Color HEX #92AEE0 Polo Blue

📋 copy color: '#92AEE0'

red 146 ◦ green 174 ◦ blue 224

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

Shades of Polo Blue #92AEE0

Tints of Polo Blue #92AEE0

RGB

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

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

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

R = 26.84%
G = 31.99%
B = 41.18%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#92AEE0 (or 0x92AEE0) is known color: Polo Blue. HEX triplet: 92, AE and E0. RGB value is (146,174,224). Sum of RGB (Red+Green+Blue) = 146+174+224=544 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.84% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #92AEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEE0 is #6D511F. Grayscale: #ABABAB. Windows color (decimal): -7164192 or 14724754. OLE color: 14724754.

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

Color convert

RGB 146 174 224 -
CMYK 0.35 0.22 0 0.12
HSL 218.46º 0.56% 0.73% -
HSV(B) 218.46º 0.35% 0.88% -
XYZ 40.44 41.76 76.45 -
YUV 171.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 146 174 224 0.35 0.22 0 0.12 218.46 0.56 0.73
Hex 92 AE E0 23 16 0 C DA 38 49
Octal 222 256 340 43 26 0 14 332 70 111
Binary 10010010 10101110 11100000 100011 10110 0 1100 11011010 111000 1001001

Color Harmonies of #92AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AEE0

Black with #92AEE0

Text Example


Text Example

White with #92AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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