Html Css Color HEX #97B7DB Polo Blue

📋 copy color: '#97B7DB'

red 151 ◦ green 183 ◦ blue 219

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

Shades of Polo Blue #97B7DB

Tints of Polo Blue #97B7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.09%

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 27.31%
G = 33.09%
B = 39.6%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97B7DB (or 0x97B7DB) is known color: Polo Blue. HEX triplet: 97, B7 and DB. RGB value is (151,183,219). Sum of RGB (Red+Green+Blue) = 151+183+219=553 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.31% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #97B7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B7DB is #684824. Grayscale: #B1B1B1. Windows color (decimal): -6834213 or 14399383. OLE color: 14399383.

HSL color Cylindrical-coordinate representation of color #97B7DB: hue angle of 211.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97B7DB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 183 219 -
CMYK 0.31 0.16 0 0.14
HSL 211.76º 0.49% 0.73% -
HSV(B) 211.76º 0.31% 0.86% -
XYZ 42.48 45.56 73.57 -
YUV 177.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 151 183 219 0.31 0.16 0 0.14 211.76 0.49 0.73
Hex 97 B7 DB 1F 10 0 E D4 31 49
Octal 227 267 333 37 20 0 16 324 61 111
Binary 10010111 10110111 11011011 11111 10000 0 1110 11010100 110001 1001001

Color Harmonies of #97B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B7DB

Black with #97B7DB

Text Example


Text Example

White with #97B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,183,219); }

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

background-color css

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

 a { background-color: rgb(151,183,219); }

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

border-color css

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

 span { border-color: rgb(151,183,219); }

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