Html Css Color HEX #97AFCA Polo Blue

📋 copy color: '#97AFCA'

red 151 ◦ green 175 ◦ blue 202

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

Shades of Polo Blue #97AFCA

Tints of Polo Blue #97AFCA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.14%

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 28.6%
G = 33.14%
B = 38.26%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#97AFCA (or 0x97AFCA) is known color: Polo Blue. HEX triplet: 97, AF and CA. RGB value is (151,175,202). Sum of RGB (Red+Green+Blue) = 151+175+202=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #97AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AFCA is #685035. Grayscale: #AAAAAA. Windows color (decimal): -6836278 or 13283223. OLE color: 13283223.

HSL color Cylindrical-coordinate representation of color #97AFCA: hue angle of 211.76º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97AFCA is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 175 202 -
CMYK 0.25 0.13 0 0.21
HSL 211.76º 0.32% 0.69% -
HSV(B) 211.76º 0.25% 0.79% -
XYZ 38.75 41.5 61.85 -
YUV 170.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 151 175 202 0.25 0.13 0 0.21 211.76 0.32 0.69
Hex 97 AF CA 19 D 0 15 D4 20 45
Octal 227 257 312 31 15 0 25 324 40 105
Binary 10010111 10101111 11001010 11001 1101 0 10101 11010100 100000 1000101

Color Harmonies of #97AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AFCA

Black with #97AFCA

Text Example


Text Example

White with #97AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,175,202); }

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

background-color css

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

 a { background-color: rgb(151,175,202); }

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

border-color css

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

 span { border-color: rgb(151,175,202); }

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