#92B2CA

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

Shades of Polo Blue #92B2CA

Tints of Polo Blue #92B2CA

Color information

#92B2CA (or 0x92B2CA) is unknown color: approx Polo Blue. HEX triplet: 92, B2 and CA. RGB value is (146,178,202). Sum of RGB (Red+Green+Blue) = 146+178+202=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #92B2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B2CA is #6D4D35. Grayscale: #ABABAB. Windows color (decimal): -7163190 or 13283986. OLE color: 13283986.

HSL color Cylindrical-coordinate representation of color #92B2CA: hue angle of 205.71º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92B2CA is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146178202-
CMYK0.280.1200.21
HSL205.71º34.57%68.24%-
HSV(B)205.71º27.72%79.22%-
XYZ38.4442.2262-
YUV171.17145.4110.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.76%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=27.76%
G=33.84%
B=38.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461782020.280.1200.21205.7134.5768.24
Hex92B2CA1CC015ce2344
Octal222262312341402531643104
Binary100100101011001011001010111001100010101110011101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,178,202); }

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

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

 a { background-color: rgb(146,178,202); }

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

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

 span { border-color: rgb(146,178,202); }

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