Html Css Color HEX #92ACD5 Polo Blue

📋 copy color: '#92ACD5'

red 146 ◦ green 172 ◦ blue 213

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

Shades of Polo Blue #92ACD5

Tints of Polo Blue #92ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.39%

 BLUE value IS 213 (83.59% from 255) = 40.11%

R = 27.5%
G = 32.39%
B = 40.11%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#92ACD5 (or 0x92ACD5) is known color: Polo Blue. HEX triplet: 92, AC and D5. RGB value is (146,172,213). Sum of RGB (Red+Green+Blue) = 146+172+213=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #92ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACD5 is #6D532A. Grayscale: #A8A8A8. Windows color (decimal): -7164715 or 14003346. OLE color: 14003346.

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

Color convert

RGB 146 172 213 -
CMYK 0.31 0.19 0 0.16
HSL 216.72º 0.44% 0.7% -
HSV(B) 216.72º 0.31% 0.84% -
XYZ 38.62 40.42 68.72 -
YUV 168.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 146 172 213 0.31 0.19 0 0.16 216.72 0.44 0.7
Hex 92 AC D5 1F 13 0 10 D9 2C 46
Octal 222 254 325 37 23 0 20 331 54 106
Binary 10010010 10101100 11010101 11111 10011 0 10000 11011001 101100 1000110

Color Harmonies of #92ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ACD5

Black with #92ACD5

Text Example


Text Example

White with #92ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,172,213); }

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

background-color css

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

 a { background-color: rgb(146,172,213); }

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

border-color css

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

 span { border-color: rgb(146,172,213); }

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