Html Css Color HEX #98B1CE Polo Blue

📋 copy color: '#98B1CE'

red 152 ◦ green 177 ◦ blue 206

#98B1CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #98B1CE

Tints of Polo Blue #98B1CE

RGB

 RED value IS 152 (59.77% from 255) = 28.41%

 GREEN value IS 177 (69.53% from 255) = 33.08%

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 28.41%
G = 33.08%
B = 38.5%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#98B1CE (or 0x98B1CE) is known color: Polo Blue. HEX triplet: 98, B1 and CE. RGB value is (152,177,206). Sum of RGB (Red+Green+Blue) = 152+177+206=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #98B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B1CE is #674E31. Grayscale: #ACACAC. Windows color (decimal): -6770226 or 13545880. OLE color: 13545880.

HSL color Cylindrical-coordinate representation of color #98B1CE: hue angle of 212.22º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98B1CE is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 177 206 -
CMYK 0.26 0.14 0 0.19
HSL 212.22º 0.36% 0.7% -
HSV(B) 212.22º 0.26% 0.81% -
XYZ 39.81 42.58 64.51 -
YUV 172.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 152 177 206 0.26 0.14 0 0.19 212.22 0.36 0.7
Hex 98 B1 CE 1A E 0 13 D4 24 46
Octal 230 261 316 32 16 0 23 324 44 106
Binary 10011000 10110001 11001110 11010 1110 0 10011 11010100 100100 1000110

Color Harmonies of #98B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B1CE

Black with #98B1CE

Text Example


Text Example

White with #98B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,177,206); }

 H1.HeaderClassName
 {
   color: #98B1CE;
 }
 .AnyTagClassName
 {
   color: #98B1CE;
 }
</style>

background-color css

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

 a { background-color: rgb(152,177,206); }

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

border-color css

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

 span { border-color: rgb(152,177,206); }

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