#92b0cf

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

Shades of Polo Blue #92B0CF

Tints of Polo Blue #92B0CF

Color information

#92B0CF (or 0x92B0CF) is unknown color: approx Polo Blue. HEX triplet: 92, B0 and CF. RGB value is (146,176,207). Sum of RGB (Red+Green+Blue) = 146+176+207=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #92B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0CF is #6D4F30. Grayscale: #AAAAAA. Windows color (decimal): -7163697 or 13611154. OLE color: 13611154.

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

Color convert

RGB146176207-
CMYK0.290.1500.19
HSL210.49º38.85%69.22%-
HSV(B)210.49º29.47%81.18%-
XYZ38.6441.6765.04-
YUV170.56148.56110.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.60%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=27.60%
G=33.27%
B=39.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461762070.290.1500.19210.4938.8569.22
Hex92B0CF1DF013d22745
Octal222260317351702332247105
Binary100100101011000011001111111011111010011110100101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92b0cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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