#92ACD4

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

Shades of Polo Blue #92ACD4

Tints of Polo Blue #92ACD4

Color information

#92ACD4 (or 0x92ACD4) is unknown color: approx Polo Blue. HEX triplet: 92, AC and D4. RGB value is (146,172,212). Sum of RGB (Red+Green+Blue) = 146+172+212=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 212 - color contains mainly: blue. Hex color #92ACD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACD4 is #6D532B. Grayscale: #A8A8A8. Windows color (decimal): -7164716 or 13937810. OLE color: 13937810.

HSL color Cylindrical-coordinate representation of color #92ACD4: hue angle of 216.36º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92ACD4 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146172212-
CMYK0.310.1900.17
HSL216.36º43.42%70.2%-
HSV(B)216.36º31.13%83.14%-
XYZ38.4940.3768.05-
YUV168.79152.39111.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.55%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 212 (83.20% from 255) = 40%
R=27.55%
G=32.45%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461722120.310.1900.17216.3643.4270.2
Hex92ACD41F13011d82b46
Octal222254324372302133053106
Binary1001001010101100110101001111110011010001110110001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,172,212); }

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

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

 a { background-color: rgb(146,172,212); }

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

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

 span { border-color: rgb(146,172,212); }

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