#92B7CF

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

Shades of Polo Blue #92B7CF

Tints of Polo Blue #92B7CF

Color information

#92B7CF (or 0x92B7CF) is unknown color: approx Polo Blue. HEX triplet: 92, B7 and CF. RGB value is (146,183,207). Sum of RGB (Red+Green+Blue) = 146+183+207=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #92B7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B7CF is #6D4830. Grayscale: #AEAEAE. Windows color (decimal): -7161905 or 13612946. OLE color: 13612946.

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

Color convert

RGB146183207-
CMYK0.290.1200.19
HSL203.61º38.85%69.22%-
HSV(B)203.61º29.47%81.18%-
XYZ40.0544.4865.51-
YUV174.67146.24107.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.24%
GREEN value IS 183 (71.88% from 255) = 34.14%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=27.24%
G=34.14%
B=38.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461832070.290.1200.19203.6138.8569.22
Hex92B7CF1DC013cc2745
Octal222267317351402331447105
Binary100100101011011111001111111011100010011110011001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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