Html Css Color HEX #98B8CF Polo Blue

📋 copy color: '#98B8CF'

red 152 ◦ green 184 ◦ blue 207

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

Shades of Polo Blue #98B8CF

Tints of Polo Blue #98B8CF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.89%

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 27.99%
G = 33.89%
B = 38.12%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#98B8CF (or 0x98B8CF) is known color: Polo Blue. HEX triplet: 98, B8 and CF. RGB value is (152,184,207). Sum of RGB (Red+Green+Blue) = 152+184+207=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #98B8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B8CF is #674730. Grayscale: #B0B0B0. Windows color (decimal): -6768433 or 13613208. OLE color: 13613208.

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

Color convert

RGB 152 184 207 -
CMYK 0.27 0.11 0 0.19
HSL 205.09º 0.36% 0.7% -
HSV(B) 205.09º 0.27% 0.81% -
XYZ 41.35 45.46 65.63 -
YUV 177.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 152 184 207 0.27 0.11 0 0.19 205.09 0.36 0.7
Hex 98 B8 CF 1B B 0 13 CD 24 46
Octal 230 270 317 33 13 0 23 315 44 106
Binary 10011000 10111000 11001111 11011 1011 0 10011 11001101 100100 1000110

Color Harmonies of #98B8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B8CF

Black with #98B8CF

Text Example


Text Example

White with #98B8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,184,207); }

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

background-color css

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

 a { background-color: rgb(152,184,207); }

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

border-color css

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

 span { border-color: rgb(152,184,207); }

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