#98B5CD

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

Shades of Polo Blue #98B5CD

Tints of Polo Blue #98B5CD

Color information

#98B5CD (or 0x98B5CD) is unknown color: approx Polo Blue. HEX triplet: 98, B5 and CD. RGB value is (152,181,205). Sum of RGB (Red+Green+Blue) = 152+181+205=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #98B5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B5CD is #674A32. Grayscale: #AEAEAE. Windows color (decimal): -6769203 or 13481368. OLE color: 13481368.

HSL color Cylindrical-coordinate representation of color #98B5CD: hue angle of 207.17º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98B5CD is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152181205-
CMYK0.260.1200.20
HSL207.17º34.64%70%-
HSV(B)207.17º25.85%80.39%-
XYZ40.4944.1364.14-
YUV175.06144.89111.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.25%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=28.25%
G=33.64%
B=38.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521812050.260.1200.20207.1734.6470
Hex98B5CD1AC014cf2346
Octal230265315321402431743106
Binary100110001011010111001101110101100010100110011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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