#94AFCD

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

Shades of Polo Blue #94AFCD

Tints of Polo Blue #94AFCD

Color information

#94AFCD (or 0x94AFCD) is unknown color: approx Polo Blue. HEX triplet: 94, AF and CD. RGB value is (148,175,205). Sum of RGB (Red+Green+Blue) = 148+175+205=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #94AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFCD is #6B5032. Grayscale: #AAAAAA. Windows color (decimal): -7032883 or 13479828. OLE color: 13479828.

HSL color Cylindrical-coordinate representation of color #94AFCD: hue angle of 211.58º 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 #94AFCD is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148175205-
CMYK0.280.1500.20
HSL211.58º36.31%69.22%-
HSV(B)211.58º27.8%80.39%-
XYZ38.5641.3663.71-
YUV170.35147.55112.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.03%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=28.03%
G=33.14%
B=38.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481752050.280.1500.20211.5836.3169.22
Hex94AFCD1CF014d42445
Octal224257315341702432444105
Binary100101001010111111001101111001111010100110101001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,175,205); }

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

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

 a { background-color: rgb(148,175,205); }

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

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

 span { border-color: rgb(148,175,205); }

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