Html Css Color HEX #92ADCC Polo Blue

📋 copy color: '#92ADCC'

red 146 ◦ green 173 ◦ blue 204

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

Shades of Polo Blue #92ADCC

Tints of Polo Blue #92ADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 27.92%
G = 33.08%
B = 39.01%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#92ADCC (or 0x92ADCC) is known color: Polo Blue. HEX triplet: 92, AD and CC. RGB value is (146,173,204). Sum of RGB (Red+Green+Blue) = 146+173+204=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #92ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADCC is #6D5233. Grayscale: #A8A8A8. Windows color (decimal): -7164468 or 13413778. OLE color: 13413778.

HSL color Cylindrical-coordinate representation of color #92ADCC: hue angle of 212.07º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92ADCC is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 146 173 204 -
CMYK 0.28 0.15 0 0.2
HSL 212.07º 0.36% 0.69% -
HSV(B) 212.07º 0.28% 0.8% -
XYZ 37.7 40.36 62.93 -
YUV 168.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 146 173 204 0.28 0.15 0 0.2 212.07 0.36 0.69
Hex 92 AD CC 1C F 0 14 D4 24 45
Octal 222 255 314 34 17 0 24 324 44 105
Binary 10010010 10101101 11001100 11100 1111 0 10100 11010100 100100 1000101

Color Harmonies of #92ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ADCC

Black with #92ADCC

Text Example


Text Example

White with #92ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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