Html Css Color HEX #97B3D7 Polo Blue

📋 copy color: '#97B3D7'

red 151 ◦ green 179 ◦ blue 215

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

Shades of Polo Blue #97B3D7

Tints of Polo Blue #97B3D7

RGB

 RED value IS 151 (59.38% from 255) = 27.71%

 GREEN value IS 179 (70.31% from 255) = 32.84%

 BLUE value IS 215 (84.38% from 255) = 39.45%

R = 27.71%
G = 32.84%
B = 39.45%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#97B3D7 (or 0x97B3D7) is known color: Polo Blue. HEX triplet: 97, B3 and D7. RGB value is (151,179,215). Sum of RGB (Red+Green+Blue) = 151+179+215=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #97B3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B3D7 is #684C28. Grayscale: #AEAEAE. Windows color (decimal): -6835241 or 14136215. OLE color: 14136215.

HSL color Cylindrical-coordinate representation of color #97B3D7: hue angle of 213.75º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97B3D7 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 179 215 -
CMYK 0.30 0.17 0 0.16
HSL 213.75º 0.44% 0.72% -
HSV(B) 213.75º 0.3% 0.84% -
XYZ 41.15 43.73 70.56 -
YUV 174.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 151 179 215 0.30 0.17 0 0.16 213.75 0.44 0.72
Hex 97 B3 D7 1E 11 0 10 D6 2C 48
Octal 227 263 327 36 21 0 20 326 54 110
Binary 10010111 10110011 11010111 11110 10001 0 10000 11010110 101100 1001000

Color Harmonies of #97B3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B3D7

Black with #97B3D7

Text Example


Text Example

White with #97B3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97B3D7; }

 p { color: rgb(151,179,215); }

 H1.HeaderClassName
 {
   color: #97B3D7;
 }
 .AnyTagClassName
 {
   color: #97B3D7;
 }
</style>

background-color css

<style>
 a { background-color: #97B3D7; }

 a { background-color: rgb(151,179,215); }

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

border-color css

<style>
 span { border-color: #97B3D7; }

 span { border-color: rgb(151,179,215); }

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