Html Css Color HEX #97B5D3 Polo Blue

📋 copy color: '#97B5D3'

red 151 ◦ green 181 ◦ blue 211

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

Shades of Polo Blue #97B5D3

Tints of Polo Blue #97B5D3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.33%

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 27.81%
G = 33.33%
B = 38.86%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#97B5D3 (or 0x97B5D3) is known color: Polo Blue. HEX triplet: 97, B5 and D3. RGB value is (151,181,211). Sum of RGB (Red+Green+Blue) = 151+181+211=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #97B5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B5D3 is #684A2C. Grayscale: #AFAFAF. Windows color (decimal): -6834733 or 13874583. OLE color: 13874583.

HSL color Cylindrical-coordinate representation of color #97B5D3: hue angle of 210º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97B5D3 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 181 211 -
CMYK 0.28 0.14 0 0.17
HSL 210º 0.41% 0.71% -
HSV(B) 210º 0.28% 0.83% -
XYZ 41.04 44.33 68.02 -
YUV 175.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 151 181 211 0.28 0.14 0 0.17 210 0.41 0.71
Hex 97 B5 D3 1C E 0 11 D2 29 47
Octal 227 265 323 34 16 0 21 322 51 107
Binary 10010111 10110101 11010011 11100 1110 0 10001 11010010 101001 1000111

Color Harmonies of #97B5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B5D3

Black with #97B5D3

Text Example


Text Example

White with #97B5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,181,211); }

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

background-color css

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

 a { background-color: rgb(151,181,211); }

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

border-color css

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

 span { border-color: rgb(151,181,211); }

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