Html Css Color HEX #97B5DA Polo Blue

📋 copy color: '#97B5DA'

red 151 ◦ green 181 ◦ blue 218

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

Shades of Polo Blue #97B5DA

Tints of Polo Blue #97B5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 27.45%
G = 32.91%
B = 39.64%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#97B5DA (or 0x97B5DA) is known color: Polo Blue. HEX triplet: 97, B5 and DA. RGB value is (151,181,218). Sum of RGB (Red+Green+Blue) = 151+181+218=550 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.45% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #97B5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B5DA is #684A25. Grayscale: #B0B0B0. Windows color (decimal): -6834726 or 14333335. OLE color: 14333335.

HSL color Cylindrical-coordinate representation of color #97B5DA: hue angle of 213.13º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97B5DA is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 181 218 -
CMYK 0.31 0.17 0 0.15
HSL 213.13º 0.48% 0.72% -
HSV(B) 213.13º 0.31% 0.85% -
XYZ 41.94 44.69 72.74 -
YUV 176.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 151 181 218 0.31 0.17 0 0.15 213.13 0.48 0.72
Hex 97 B5 DA 1F 11 0 F D5 30 48
Octal 227 265 332 37 21 0 17 325 60 110
Binary 10010111 10110101 11011010 11111 10001 0 1111 11010101 110000 1001000

Color Harmonies of #97B5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B5DA

Black with #97B5DA

Text Example


Text Example

White with #97B5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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