Html Css Color HEX #92ADD6 Polo Blue

📋 copy color: '#92ADD6'

red 146 ◦ green 173 ◦ blue 214

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

Shades of Polo Blue #92ADD6

Tints of Polo Blue #92ADD6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.46%

 BLUE value IS 214 (83.98% from 255) = 40.15%

R = 27.39%
G = 32.46%
B = 40.15%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#92ADD6 (or 0x92ADD6) is known color: Polo Blue. HEX triplet: 92, AD and D6. RGB value is (146,173,214). Sum of RGB (Red+Green+Blue) = 146+173+214=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #92ADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADD6 is #6D5229. Grayscale: #A9A9A9. Windows color (decimal): -7164458 or 14069138. OLE color: 14069138.

HSL color Cylindrical-coordinate representation of color #92ADD6: hue angle of 216.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92ADD6 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 173 214 -
CMYK 0.32 0.19 0 0.16
HSL 216.18º 0.45% 0.71% -
HSV(B) 216.18º 0.32% 0.84% -
XYZ 38.94 40.85 69.45 -
YUV 169.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 146 173 214 0.32 0.19 0 0.16 216.18 0.45 0.71
Hex 92 AD D6 20 13 0 10 D8 2D 47
Octal 222 255 326 40 23 0 20 330 55 107
Binary 10010010 10101101 11010110 100000 10011 0 10000 11011000 101101 1000111

Color Harmonies of #92ADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ADD6

Black with #92ADD6

Text Example


Text Example

White with #92ADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,173,214); }

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

background-color css

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

 a { background-color: rgb(146,173,214); }

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

border-color css

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

 span { border-color: rgb(146,173,214); }

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