Html Css Color HEX #93ABCF Polo Blue

📋 copy color: '#93ABCF'

red 147 ◦ green 171 ◦ blue 207

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

Shades of Polo Blue #93ABCF

Tints of Polo Blue #93ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.57%

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 28%
G = 32.57%
B = 39.43%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93ABCF (or 0x93ABCF) is known color: Polo Blue. HEX triplet: 93, AB and CF. RGB value is (147,171,207). Sum of RGB (Red+Green+Blue) = 147+171+207=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #93ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABCF is #6C5430. Grayscale: #A7A7A7. Windows color (decimal): -7099441 or 13609875. OLE color: 13609875.

HSL color Cylindrical-coordinate representation of color #93ABCF: hue angle of 216º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93ABCF is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 171 207 -
CMYK 0.29 0.17 0 0.19
HSL 216º 0.38% 0.69% -
HSV(B) 216º 0.29% 0.81% -
XYZ 37.86 39.83 64.72 -
YUV 167.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 147 171 207 0.29 0.17 0 0.19 216 0.38 0.69
Hex 93 AB CF 1D 11 0 13 D8 26 45
Octal 223 253 317 35 21 0 23 330 46 105
Binary 10010011 10101011 11001111 11101 10001 0 10011 11011000 100110 1000101

Color Harmonies of #93ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ABCF

Black with #93ABCF

Text Example


Text Example

White with #93ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,171,207); }

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

background-color css

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

 a { background-color: rgb(147,171,207); }

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

border-color css

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

 span { border-color: rgb(147,171,207); }

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