Html Css Color HEX #97B2D7 Polo Blue

📋 copy color: '#97B2D7'

red 151 ◦ green 178 ◦ blue 215

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

Shades of Polo Blue #97B2D7

Tints of Polo Blue #97B2D7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.72%

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

R = 27.76%
G = 32.72%
B = 39.52%

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

#97B2D7 (or 0x97B2D7) is known color: Polo Blue. HEX triplet: 97, B2 and D7. RGB value is (151,178,215). Sum of RGB (Red+Green+Blue) = 151+178+215=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #97B2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B2D7 is #684D28. Grayscale: #ADADAD. Windows color (decimal): -6835497 or 14135959. OLE color: 14135959.

HSL color Cylindrical-coordinate representation of color #97B2D7: hue angle of 214.69º 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 #97B2D7 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 178 215 -
CMYK 0.30 0.17 0 0.16
HSL 214.69º 0.44% 0.72% -
HSV(B) 214.69º 0.3% 0.84% -
XYZ 40.95 43.33 70.49 -
YUV 174.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 151 178 215 0.30 0.17 0 0.16 214.69 0.44 0.72
Hex 97 B2 D7 1E 11 0 10 D7 2C 48
Octal 227 262 327 36 21 0 20 327 54 110
Binary 10010111 10110010 11010111 11110 10001 0 10000 11010111 101100 1001000

Color Harmonies of #97B2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B2D7

Black with #97B2D7

Text Example


Text Example

White with #97B2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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