#92B5CE

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

Shades of Polo Blue #92B5CE

Tints of Polo Blue #92B5CE

Color information

#92B5CE (or 0x92B5CE) is unknown color: approx Polo Blue. HEX triplet: 92, B5 and CE. RGB value is (146,181,206). Sum of RGB (Red+Green+Blue) = 146+181+206=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #92B5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B5CE is #6D4A31. Grayscale: #ADADAD. Windows color (decimal): -7162418 or 13546898. OLE color: 13546898.

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

Color convert

RGB146181206-
CMYK0.290.1200.19
HSL205º37.97%69.02%-
HSV(B)205º29.13%80.78%-
XYZ39.5243.6164.73-
YUV173.39146.4108.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.39%
GREEN value IS 181 (71.09% from 255) = 33.96%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=27.39%
G=33.96%
B=38.65%

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
Decimal1461812060.290.1200.1920537.9769.02
Hex92B5CE1DC013cd2645
Octal222265316351402331546105
Binary100100101011010111001110111011100010011110011011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,181,206); }

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

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

 a { background-color: rgb(146,181,206); }

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

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

 span { border-color: rgb(146,181,206); }

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