Html Css Color HEX #93AFDD Polo Blue

📋 copy color: '#93AFDD'

red 147 ◦ green 175 ◦ blue 221

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

Shades of Polo Blue #93AFDD

Tints of Polo Blue #93AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 27.07%
G = 32.23%
B = 40.7%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93AFDD (or 0x93AFDD) is known color: Polo Blue. HEX triplet: 93, AF and DD. RGB value is (147,175,221). Sum of RGB (Red+Green+Blue) = 147+175+221=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #93AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFDD is #6C5022. Grayscale: #ABABAB. Windows color (decimal): -7098403 or 14528403. OLE color: 14528403.

HSL color Cylindrical-coordinate representation of color #93AFDD: hue angle of 217.3º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93AFDD is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 175 221 -
CMYK 0.33 0.21 0 0.13
HSL 217.3º 0.52% 0.72% -
HSV(B) 217.3º 0.33% 0.87% -
XYZ 40.41 42.08 74.4 -
YUV 171.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 147 175 221 0.33 0.21 0 0.13 217.3 0.52 0.72
Hex 93 AF DD 21 15 0 D D9 34 48
Octal 223 257 335 41 25 0 15 331 64 110
Binary 10010011 10101111 11011101 100001 10101 0 1101 11011001 110100 1001000

Color Harmonies of #93AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFDD

Black with #93AFDD

Text Example


Text Example

White with #93AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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