#92B0CC

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

Shades of Polo Blue #92B0CC

Tints of Polo Blue #92B0CC

Color information

#92B0CC (or 0x92B0CC) is unknown color: approx Polo Blue. HEX triplet: 92, B0 and CC. RGB value is (146,176,204). Sum of RGB (Red+Green+Blue) = 146+176+204=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #92B0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0CC is #6D4F33. Grayscale: #AAAAAA. Windows color (decimal): -7163700 or 13414546. OLE color: 13414546.

HSL color Cylindrical-coordinate representation of color #92B0CC: hue angle of 208.97º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92B0CC is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146176204-
CMYK0.280.1400.2
HSL208.97º36.25%68.63%-
HSV(B)208.97º28.43%80%-
XYZ38.2841.5263.12-
YUV170.22147.06110.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.76%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=27.76%
G=33.46%
B=38.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461762040.280.1400.2208.9736.2568.63
Hex92B0CC1CE014d12445
Octal222260314341602432144105
Binary100100101011000011001100111001110010100110100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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