#92b4cb

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

Shades of Polo Blue #92B4CB

Tints of Polo Blue #92B4CB

Color information

#92B4CB (or 0x92B4CB) is unknown color: approx Polo Blue. HEX triplet: 92, B4 and CB. RGB value is (146,180,203). Sum of RGB (Red+Green+Blue) = 146+180+203=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #92B4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B4CB is #6D4B34. Grayscale: #ACACAC. Windows color (decimal): -7162677 or 13350034. OLE color: 13350034.

HSL color Cylindrical-coordinate representation of color #92B4CB: hue angle of 204.21º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92B4CB is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146180203-
CMYK0.280.1100.20
HSL204.21º35.4%68.43%-
HSV(B)204.21º28.08%79.61%-
XYZ38.9543.0762.76-
YUV172.46145.24109.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.60%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=27.60%
G=34.03%
B=38.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461802030.280.1100.20204.2135.468.43
Hex92B4CB1CB014cc2344
Octal222264313341302431443104
Binary100100101011010011001011111001011010100110011001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92b4cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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