Html Css Color HEX #93AACF Polo Blue

📋 copy color: '#93AACF'

red 147 ◦ green 170 ◦ blue 207

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

Shades of Polo Blue #93AACF

Tints of Polo Blue #93AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.44%

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

R = 28.05%
G = 32.44%
B = 39.5%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93AACF (or 0x93AACF) is known color: Polo Blue. HEX triplet: 93, AA and CF. RGB value is (147,170,207). Sum of RGB (Red+Green+Blue) = 147+170+207=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #93AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AACF is #6C5530. Grayscale: #A7A7A7. Windows color (decimal): -7099697 or 13609619. OLE color: 13609619.

HSL color Cylindrical-coordinate representation of color #93AACF: hue angle of 217º 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 #93AACF is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 170 207 -
CMYK 0.29 0.18 0 0.19
HSL 217º 0.38% 0.69% -
HSV(B) 217º 0.29% 0.81% -
XYZ 37.67 39.46 64.66 -
YUV 167.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 147 170 207 0.29 0.18 0 0.19 217 0.38 0.69
Hex 93 AA CF 1D 12 0 13 D9 26 45
Octal 223 252 317 35 22 0 23 331 46 105
Binary 10010011 10101010 11001111 11101 10010 0 10011 11011001 100110 1000101

Color Harmonies of #93AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AACF

Black with #93AACF

Text Example


Text Example

White with #93AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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