Html Css Color HEX #93AFDA Polo Blue

📋 copy color: '#93AFDA'

red 147 ◦ green 175 ◦ blue 218

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

Shades of Polo Blue #93AFDA

Tints of Polo Blue #93AFDA

RGB

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

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

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

R = 27.22%
G = 32.41%
B = 40.37%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#93AFDA (or 0x93AFDA) is known color: Polo Blue. HEX triplet: 93, AF and DA. RGB value is (147,175,218). Sum of RGB (Red+Green+Blue) = 147+175+218=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #93AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFDA is #6C5025. Grayscale: #ABABAB. Windows color (decimal): -7098406 or 14331795. OLE color: 14331795.

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

Color convert

RGB 147 175 218 -
CMYK 0.33 0.20 0 0.15
HSL 216.34º 0.49% 0.72% -
HSV(B) 216.34º 0.33% 0.85% -
XYZ 40.02 41.92 72.31 -
YUV 171.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 147 175 218 0.33 0.20 0 0.15 216.34 0.49 0.72
Hex 93 AF DA 21 14 0 F D8 31 48
Octal 223 257 332 41 24 0 17 330 61 110
Binary 10010011 10101111 11011010 100001 10100 0 1111 11011000 110001 1001000

Color Harmonies of #93AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFDA

Black with #93AFDA

Text Example


Text Example

White with #93AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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