Html Css Color HEX #92ADDA Polo Blue

📋 copy color: '#92ADDA'

red 146 ◦ green 173 ◦ blue 218

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

Shades of Polo Blue #92ADDA

Tints of Polo Blue #92ADDA

RGB

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

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

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

R = 27.19%
G = 32.22%
B = 40.6%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#92ADDA (or 0x92ADDA) is known color: Polo Blue. HEX triplet: 92, AD and DA. RGB value is (146,173,218). Sum of RGB (Red+Green+Blue) = 146+173+218=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #92ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADDA is #6D5225. Grayscale: #A9A9A9. Windows color (decimal): -7164454 or 14331282. OLE color: 14331282.

HSL color Cylindrical-coordinate representation of color #92ADDA: hue angle of 217.5º 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 #92ADDA is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 173 218 -
CMYK 0.33 0.21 0 0.15
HSL 217.5º 0.49% 0.71% -
HSV(B) 217.5º 0.33% 0.85% -
XYZ 39.45 41.06 72.18 -
YUV 170.06 155.05 110.84 -
System Red Green Blue C M Y K H S L
Decimal 146 173 218 0.33 0.21 0 0.15 217.5 0.49 0.71
Hex 92 AD DA 21 15 0 F DA 31 47
Octal 222 255 332 41 25 0 17 332 61 107
Binary 10010010 10101101 11011010 100001 10101 0 1111 11011010 110001 1000111

Color Harmonies of #92ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ADDA

Black with #92ADDA

Text Example


Text Example

White with #92ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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