Html Css Color HEX #93AFDC Polo Blue

📋 copy color: '#93AFDC'

red 147 ◦ green 175 ◦ blue 220

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

Shades of Polo Blue #93AFDC

Tints of Polo Blue #93AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 27.12%
G = 32.29%
B = 40.59%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93AFDC (or 0x93AFDC) is known color: Polo Blue. HEX triplet: 93, AF and DC. RGB value is (147,175,220). Sum of RGB (Red+Green+Blue) = 147+175+220=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #93AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFDC is #6C5023. Grayscale: #ABABAB. Windows color (decimal): -7098404 or 14462867. OLE color: 14462867.

HSL color Cylindrical-coordinate representation of color #93AFDC: hue angle of 216.99º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93AFDC is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 175 220 -
CMYK 0.33 0.20 0 0.14
HSL 216.99º 0.51% 0.72% -
HSV(B) 216.99º 0.33% 0.86% -
XYZ 40.28 42.03 73.7 -
YUV 171.76 155.22 110.34 -
System Red Green Blue C M Y K H S L
Decimal 147 175 220 0.33 0.20 0 0.14 216.99 0.51 0.72
Hex 93 AF DC 21 14 0 E D9 33 48
Octal 223 257 334 41 24 0 16 331 63 110
Binary 10010011 10101111 11011100 100001 10100 0 1110 11011001 110011 1001000

Color Harmonies of #93AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFDC

Black with #93AFDC

Text Example


Text Example

White with #93AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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