Html Css Color HEX #93AFDF Polo Blue

📋 copy color: '#93AFDF'

red 147 ◦ green 175 ◦ blue 223

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

Shades of Polo Blue #93AFDF

Tints of Polo Blue #93AFDF

RGB

 RED value IS 147 (57.81% from 255) = 26.97%

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 26.97%
G = 32.11%
B = 40.92%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93AFDF (or 0x93AFDF) is known color: Polo Blue. HEX triplet: 93, AF and DF. RGB value is (147,175,223). Sum of RGB (Red+Green+Blue) = 147+175+223=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #93AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFDF is #6C5020. Grayscale: #ABABAB. Windows color (decimal): -7098401 or 14659475. OLE color: 14659475.

HSL color Cylindrical-coordinate representation of color #93AFDF: hue angle of 217.89º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93AFDF is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 175 223 -
CMYK 0.34 0.22 0 0.13
HSL 217.89º 0.54% 0.73% -
HSV(B) 217.89º 0.34% 0.87% -
XYZ 40.68 42.19 75.81 -
YUV 172.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 147 175 223 0.34 0.22 0 0.13 217.89 0.54 0.73
Hex 93 AF DF 22 16 0 D DA 36 49
Octal 223 257 337 42 26 0 15 332 66 111
Binary 10010011 10101111 11011111 100010 10110 0 1101 11011010 110110 1001001

Color Harmonies of #93AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFDF

Black with #93AFDF

Text Example


Text Example

White with #93AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AFDF; }

 p { color: rgb(147,175,223); }

 H1.HeaderClassName
 {
   color: #93AFDF;
 }
 .AnyTagClassName
 {
   color: #93AFDF;
 }
</style>

background-color css

<style>
 a { background-color: #93AFDF; }

 a { background-color: rgb(147,175,223); }

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

border-color css

<style>
 span { border-color: #93AFDF; }

 span { border-color: rgb(147,175,223); }

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