Html Css Color HEX #97B2D0 Polo Blue

📋 copy color: '#97B2D0'

red 151 ◦ green 178 ◦ blue 208

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

Shades of Polo Blue #97B2D0

Tints of Polo Blue #97B2D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 28.12%
G = 33.15%
B = 38.73%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#97B2D0 (or 0x97B2D0) is known color: Polo Blue. HEX triplet: 97, B2 and D0. RGB value is (151,178,208). Sum of RGB (Red+Green+Blue) = 151+178+208=537 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.12% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #97B2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B2D0 is #684D2F. Grayscale: #ADADAD. Windows color (decimal): -6835504 or 13677207. OLE color: 13677207.

HSL color Cylindrical-coordinate representation of color #97B2D0: hue angle of 211.58º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97B2D0 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 178 208 -
CMYK 0.27 0.14 0 0.18
HSL 211.58º 0.38% 0.7% -
HSV(B) 211.58º 0.27% 0.82% -
XYZ 40.07 42.97 65.86 -
YUV 173.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 151 178 208 0.27 0.14 0 0.18 211.58 0.38 0.7
Hex 97 B2 D0 1B E 0 12 D4 26 46
Octal 227 262 320 33 16 0 22 324 46 106
Binary 10010111 10110010 11010000 11011 1110 0 10010 11010100 100110 1000110

Color Harmonies of #97B2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B2D0

Black with #97B2D0

Text Example


Text Example

White with #97B2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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