Html Css Color HEX #98B4CC Polo Blue

📋 copy color: '#98B4CC'

red 152 ◦ green 180 ◦ blue 204

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

Shades of Polo Blue #98B4CC

Tints of Polo Blue #98B4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.58%

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 28.36%
G = 33.58%
B = 38.06%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#98B4CC (or 0x98B4CC) is known color: Polo Blue. HEX triplet: 98, B4 and CC. RGB value is (152,180,204). Sum of RGB (Red+Green+Blue) = 152+180+204=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #98B4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B4CC is #674B33. Grayscale: #AEAEAE. Windows color (decimal): -6769460 or 13415576. OLE color: 13415576.

HSL color Cylindrical-coordinate representation of color #98B4CC: hue angle of 207.69º degrees, saturation: 0.34, 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 #98B4CC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 180 204 -
CMYK 0.25 0.12 0 0.2
HSL 207.69º 0.34% 0.7% -
HSV(B) 207.69º 0.25% 0.8% -
XYZ 40.17 43.68 63.44 -
YUV 174.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 152 180 204 0.25 0.12 0 0.2 207.69 0.34 0.7
Hex 98 B4 CC 19 C 0 14 D0 22 46
Octal 230 264 314 31 14 0 24 320 42 106
Binary 10011000 10110100 11001100 11001 1100 0 10100 11010000 100010 1000110

Color Harmonies of #98B4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B4CC

Black with #98B4CC

Text Example


Text Example

White with #98B4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,180,204); }

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

background-color css

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

 a { background-color: rgb(152,180,204); }

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

border-color css

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

 span { border-color: rgb(152,180,204); }

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