Html Css Color HEX #98ACCB Polo Blue

📋 copy color: '#98ACCB'

red 152 ◦ green 172 ◦ blue 203

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

Shades of Polo Blue #98ACCB

Tints of Polo Blue #98ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.64%

 BLUE value IS 203 (79.69% from 255) = 38.52%

R = 28.84%
G = 32.64%
B = 38.52%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#98ACCB (or 0x98ACCB) is known color: Polo Blue. HEX triplet: 98, AC and CB. RGB value is (152,172,203). Sum of RGB (Red+Green+Blue) = 152+172+203=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #98ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACCB is #675334. Grayscale: #A9A9A9. Windows color (decimal): -6771509 or 13347992. OLE color: 13347992.

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

Color convert

RGB 152 172 203 -
CMYK 0.25 0.15 0 0.20
HSL 216.47º 0.33% 0.7% -
HSV(B) 216.47º 0.25% 0.8% -
XYZ 38.48 40.49 62.29 -
YUV 169.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 152 172 203 0.25 0.15 0 0.20 216.47 0.33 0.7
Hex 98 AC CB 19 F 0 14 D8 21 46
Octal 230 254 313 31 17 0 24 330 41 106
Binary 10011000 10101100 11001011 11001 1111 0 10100 11011000 100001 1000110

Color Harmonies of #98ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ACCB

Black with #98ACCB

Text Example


Text Example

White with #98ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,172,203); }

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

background-color css

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

 a { background-color: rgb(152,172,203); }

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

border-color css

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

 span { border-color: rgb(152,172,203); }

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