Html Css Color HEX #97B8DB Polo Blue

📋 copy color: '#97B8DB'

red 151 ◦ green 184 ◦ blue 219

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

Shades of Polo Blue #97B8DB

Tints of Polo Blue #97B8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.21%

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

R = 27.26%
G = 33.21%
B = 39.53%

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

#97B8DB (or 0x97B8DB) is known color: Polo Blue. HEX triplet: 97, B8 and DB. RGB value is (151,184,219). Sum of RGB (Red+Green+Blue) = 151+184+219=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #97B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B8DB is #684724. Grayscale: #B1B1B1. Windows color (decimal): -6833957 or 14399639. OLE color: 14399639.

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

Color convert

RGB 151 184 219 -
CMYK 0.31 0.16 0 0.14
HSL 210.88º 0.49% 0.73% -
HSV(B) 210.88º 0.31% 0.86% -
XYZ 42.69 45.97 73.64 -
YUV 178.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 151 184 219 0.31 0.16 0 0.14 210.88 0.49 0.73
Hex 97 B8 DB 1F 10 0 E D3 31 49
Octal 227 270 333 37 20 0 16 323 61 111
Binary 10010111 10111000 11011011 11111 10000 0 1110 11010011 110001 1001001

Color Harmonies of #97B8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B8DB

Black with #97B8DB

Text Example


Text Example

White with #97B8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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