#94ABDB

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

Shades of Polo Blue #94ABDB

Tints of Polo Blue #94ABDB

Color information

#94ABDB (or 0x94ABDB) is unknown color: approx Polo Blue. HEX triplet: 94, AB and DB. RGB value is (148,171,219). Sum of RGB (Red+Green+Blue) = 148+171+219=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #94ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABDB is #6B5424. Grayscale: #A9A9A9. Windows color (decimal): -7033893 or 14396308. OLE color: 14396308.

HSL color Cylindrical-coordinate representation of color #94ABDB: hue angle of 220.56º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94ABDB is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148171219-
CMYK0.320.2200.14
HSL220.56º49.65%71.96%-
HSV(B)220.56º32.42%85.88%-
XYZ39.5640.5472.76-
YUV169.6155.88112.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.51%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=27.51%
G=31.78%
B=40.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481712190.320.2200.14220.5649.6571.96
Hex94ABDB20160Edd3248
Octal224253333402601633562110
Binary1001010010101011110110111000001011001110110111011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94ABDB; }

 p { color: rgb(148,171,219); }

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

<style>
 a { background-color: #94ABDB; }

 a { background-color: rgb(148,171,219); }

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

<style>
 span { border-color: #94ABDB; }

 span { border-color: rgb(148,171,219); }

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