#92AFCD

Color #92AFCD Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #92AFCD

Tints of Polo Blue #92AFCD

Color information

#92AFCD (or 0x92AFCD) is unknown color: approx Polo Blue. HEX triplet: 92, AF and CD. RGB value is (146,175,205). Sum of RGB (Red+Green+Blue) = 146+175+205=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #92AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFCD is #6D5032. Grayscale: #A9A9A9. Windows color (decimal): -7163955 or 13479826. OLE color: 13479826.

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

Color convert

RGB146175205-
CMYK0.290.1500.20
HSL210.51º37.11%68.82%-
HSV(B)210.51º28.78%80.39%-
XYZ38.241.1863.69-
YUV169.75147.89111.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.76%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=27.76%
G=33.27%
B=38.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461752050.290.1500.20210.5137.1168.82
Hex92AFCD1DF014d32545
Octal222257315351702432345105
Binary100100101010111111001101111011111010100110100111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,175,205); }

 H1.HeaderClassName
 {
   color: #92AFCD;
 }
 .AnyTagClassName
 {
   color: #92AFCD;
 }
</style>
background-color css

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

 a { background-color: rgb(146,175,205); }

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

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

 span { border-color: rgb(146,175,205); }

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