#92B4CD

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

Shades of Polo Blue #92B4CD

Tints of Polo Blue #92B4CD

Color information

#92B4CD (or 0x92B4CD) is unknown color: approx Polo Blue. HEX triplet: 92, B4 and CD. RGB value is (146,180,205). Sum of RGB (Red+Green+Blue) = 146+180+205=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #92B4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B4CD is #6D4B32. Grayscale: #ACACAC. Windows color (decimal): -7162675 or 13481106. OLE color: 13481106.

HSL color Cylindrical-coordinate representation of color #92B4CD: hue angle of 205.42º 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 #92B4CD is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146180205-
CMYK0.290.1200.20
HSL205.42º37.11%68.82%-
HSV(B)205.42º28.78%80.39%-
XYZ39.1943.1664.02-
YUV172.68146.24108.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.50%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=27.50%
G=33.90%
B=38.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461802050.290.1200.20205.4237.1168.82
Hex92B4CD1DC014cd2545
Octal222264315351402431545105
Binary100100101011010011001101111011100010100110011011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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