#94B5CD

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

Shades of Polo Blue #94B5CD

Tints of Polo Blue #94B5CD

Color information

#94B5CD (or 0x94B5CD) is unknown color: approx Polo Blue. HEX triplet: 94, B5 and CD. RGB value is (148,181,205). Sum of RGB (Red+Green+Blue) = 148+181+205=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #94B5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B5CD is #6B4A32. Grayscale: #ADADAD. Windows color (decimal): -7031347 or 13481364. OLE color: 13481364.

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

Color convert

RGB148181205-
CMYK0.280.1200.20
HSL205.26º36.31%69.22%-
HSV(B)205.26º27.8%80.39%-
XYZ39.7643.7564.11-
YUV173.87145.57109.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.72%
GREEN value IS 181 (71.09% from 255) = 33.90%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=27.72%
G=33.90%
B=38.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481812050.280.1200.20205.2636.3169.22
Hex94B5CD1CC014cd2445
Octal224265315341402431544105
Binary100101001011010111001101111001100010100110011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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