#92B9CF

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

Shades of Polo Blue #92B9CF

Tints of Polo Blue #92B9CF

Color information

#92B9CF (or 0x92B9CF) is unknown color: approx Polo Blue. HEX triplet: 92, B9 and CF. RGB value is (146,185,207). Sum of RGB (Red+Green+Blue) = 146+185+207=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #92B9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B9CF is #6D4630. Grayscale: #AFAFAF. Windows color (decimal): -7161393 or 13613458. OLE color: 13613458.

HSL color Cylindrical-coordinate representation of color #92B9CF: hue angle of 201.64º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92B9CF is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146185207-
CMYK0.290.1100.19
HSL201.64º38.85%69.22%-
HSV(B)201.64º29.47%81.18%-
XYZ40.4745.3165.65-
YUV175.85145.58106.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.14%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=27.14%
G=34.39%
B=38.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461852070.290.1100.19201.6438.8569.22
Hex92B9CF1DB013ca2745
Octal222271317351302331247105
Binary100100101011100111001111111011011010011110010101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,185,207); }

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

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

 a { background-color: rgb(146,185,207); }

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

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

 span { border-color: rgb(146,185,207); }

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