Html Css Color HEX #98ADCD Polo Blue

📋 copy color: '#98ADCD'

red 152 ◦ green 173 ◦ blue 205

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

Shades of Polo Blue #98ADCD

Tints of Polo Blue #98ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.64%

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 28.68%
G = 32.64%
B = 38.68%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#98ADCD (or 0x98ADCD) is known color: Polo Blue. HEX triplet: 98, AD and CD. RGB value is (152,173,205). Sum of RGB (Red+Green+Blue) = 152+173+205=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #98ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADCD is #675232. Grayscale: #AAAAAA. Windows color (decimal): -6771251 or 13479320. OLE color: 13479320.

HSL color Cylindrical-coordinate representation of color #98ADCD: hue angle of 216.23º 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 #98ADCD is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 173 205 -
CMYK 0.26 0.16 0 0.20
HSL 216.23º 0.35% 0.7% -
HSV(B) 216.23º 0.26% 0.8% -
XYZ 38.91 40.97 63.61 -
YUV 170.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 152 173 205 0.26 0.16 0 0.20 216.23 0.35 0.7
Hex 98 AD CD 1A 10 0 14 D8 23 46
Octal 230 255 315 32 20 0 24 330 43 106
Binary 10011000 10101101 11001101 11010 10000 0 10100 11011000 100011 1000110

Color Harmonies of #98ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADCD

Black with #98ADCD

Text Example


Text Example

White with #98ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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