Html Css Color HEX #92AADA Polo Blue

📋 copy color: '#92AADA'

red 146 ◦ green 170 ◦ blue 218

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

Shades of Polo Blue #92AADA

Tints of Polo Blue #92AADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 27.34%
G = 31.84%
B = 40.82%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#92AADA (or 0x92AADA) is known color: Polo Blue. HEX triplet: 92, AA and DA. RGB value is (146,170,218). Sum of RGB (Red+Green+Blue) = 146+170+218=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #92AADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AADA is #6D5525. Grayscale: #A8A8A8. Windows color (decimal): -7165222 or 14330514. OLE color: 14330514.

HSL color Cylindrical-coordinate representation of color #92AADA: hue angle of 220º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92AADA is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 170 218 -
CMYK 0.33 0.22 0 0.15
HSL 220º 0.49% 0.71% -
HSV(B) 220º 0.33% 0.85% -
XYZ 38.88 39.92 71.99 -
YUV 168.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 146 170 218 0.33 0.22 0 0.15 220 0.49 0.71
Hex 92 AA DA 21 16 0 F DC 31 47
Octal 222 252 332 41 26 0 17 334 61 107
Binary 10010010 10101010 11011010 100001 10110 0 1111 11011100 110001 1000111

Color Harmonies of #92AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AADA

Black with #92AADA

Text Example


Text Example

White with #92AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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