Html Css Color HEX #92AADB Polo Blue

📋 copy color: '#92AADB'

red 146 ◦ green 170 ◦ blue 219

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

Shades of Polo Blue #92AADB

Tints of Polo Blue #92AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 27.29%
G = 31.78%
B = 40.93%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92AADB (or 0x92AADB) is known color: Polo Blue. HEX triplet: 92, AA and DB. RGB value is (146,170,219). Sum of RGB (Red+Green+Blue) = 146+170+219=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #92AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AADB is #6D5524. Grayscale: #A8A8A8. Windows color (decimal): -7165221 or 14396050. OLE color: 14396050.

HSL color Cylindrical-coordinate representation of color #92AADB: hue angle of 220.27º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92AADB is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 170 219 -
CMYK 0.33 0.22 0 0.14
HSL 220.27º 0.5% 0.72% -
HSV(B) 220.27º 0.33% 0.86% -
XYZ 39.01 39.97 72.68 -
YUV 168.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 146 170 219 0.33 0.22 0 0.14 220.27 0.5 0.72
Hex 92 AA DB 21 16 0 E DC 32 48
Octal 222 252 333 41 26 0 16 334 62 110
Binary 10010010 10101010 11011011 100001 10110 0 1110 11011100 110010 1001000

Color Harmonies of #92AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AADB

Black with #92AADB

Text Example


Text Example

White with #92AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,170,219); }

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

background-color css

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

 a { background-color: rgb(146,170,219); }

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

border-color css

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

 span { border-color: rgb(146,170,219); }

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