Html Css Color HEX #92ADDD Polo Blue

📋 copy color: '#92ADDD'

red 146 ◦ green 173 ◦ blue 221

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

Shades of Polo Blue #92ADDD

Tints of Polo Blue #92ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 27.04%
G = 32.04%
B = 40.93%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92ADDD (or 0x92ADDD) is known color: Polo Blue. HEX triplet: 92, AD and DD. RGB value is (146,173,221). Sum of RGB (Red+Green+Blue) = 146+173+221=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #92ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADDD is #6D5222. Grayscale: #AAAAAA. Windows color (decimal): -7164451 or 14527890. OLE color: 14527890.

HSL color Cylindrical-coordinate representation of color #92ADDD: hue angle of 218.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92ADDD is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 173 221 -
CMYK 0.34 0.22 0 0.13
HSL 218.4º 0.52% 0.72% -
HSV(B) 218.4º 0.34% 0.87% -
XYZ 39.85 41.22 74.26 -
YUV 170.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 146 173 221 0.34 0.22 0 0.13 218.4 0.52 0.72
Hex 92 AD DD 22 16 0 D DA 34 48
Octal 222 255 335 42 26 0 15 332 64 110
Binary 10010010 10101101 11011101 100010 10110 0 1101 11011010 110100 1001000

Color Harmonies of #92ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ADDD

Black with #92ADDD

Text Example


Text Example

White with #92ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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