Html Css Color HEX #93AFCB Polo Blue

📋 copy color: '#93AFCB'

red 147 ◦ green 175 ◦ blue 203

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

Shades of Polo Blue #93AFCB

Tints of Polo Blue #93AFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 28%
G = 33.33%
B = 38.67%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#93AFCB (or 0x93AFCB) is known color: Polo Blue. HEX triplet: 93, AF and CB. RGB value is (147,175,203). Sum of RGB (Red+Green+Blue) = 147+175+203=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #93AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFCB is #6C5034. Grayscale: #A9A9A9. Windows color (decimal): -7098421 or 13348755. OLE color: 13348755.

HSL color Cylindrical-coordinate representation of color #93AFCB: hue angle of 210º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93AFCB is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 175 203 -
CMYK 0.28 0.14 0 0.20
HSL 210º 0.35% 0.69% -
HSV(B) 210º 0.28% 0.8% -
XYZ 38.14 41.17 62.44 -
YUV 169.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 147 175 203 0.28 0.14 0 0.20 210 0.35 0.69
Hex 93 AF CB 1C E 0 14 D2 23 45
Octal 223 257 313 34 16 0 24 322 43 105
Binary 10010011 10101111 11001011 11100 1110 0 10100 11010010 100011 1000101

Color Harmonies of #93AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFCB

Black with #93AFCB

Text Example


Text Example

White with #93AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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