Html Css Color HEX #93AFDB Polo Blue

📋 copy color: '#93AFDB'

red 147 ◦ green 175 ◦ blue 219

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

Shades of Polo Blue #93AFDB

Tints of Polo Blue #93AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 27.17%
G = 32.35%
B = 40.48%

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

#93AFDB (or 0x93AFDB) is known color: Polo Blue. HEX triplet: 93, AF and DB. RGB value is (147,175,219). Sum of RGB (Red+Green+Blue) = 147+175+219=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #93AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFDB is #6C5024. Grayscale: #ABABAB. Windows color (decimal): -7098405 or 14397331. OLE color: 14397331.

HSL color Cylindrical-coordinate representation of color #93AFDB: hue angle of 216.67º degrees, saturation: 0.5, 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 #93AFDB is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 175 219 -
CMYK 0.33 0.20 0 0.14
HSL 216.67º 0.5% 0.72% -
HSV(B) 216.67º 0.33% 0.86% -
XYZ 40.15 41.98 73 -
YUV 171.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 147 175 219 0.33 0.20 0 0.14 216.67 0.5 0.72
Hex 93 AF DB 21 14 0 E D9 32 48
Octal 223 257 333 41 24 0 16 331 62 110
Binary 10010011 10101111 11011011 100001 10100 0 1110 11011001 110010 1001000

Color Harmonies of #93AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFDB

Black with #93AFDB

Text Example


Text Example

White with #93AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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