Html Css Color HEX #93AECF Polo Blue

📋 copy color: '#93AECF'

red 147 ◦ green 174 ◦ blue 207

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

Shades of Polo Blue #93AECF

Tints of Polo Blue #93AECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.95%

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

R = 27.84%
G = 32.95%
B = 39.2%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93AECF (or 0x93AECF) is known color: Polo Blue. HEX triplet: 93, AE and CF. RGB value is (147,174,207). Sum of RGB (Red+Green+Blue) = 147+174+207=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #93AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AECF is #6C5130. Grayscale: #A9A9A9. Windows color (decimal): -7098673 or 13610643. OLE color: 13610643.

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

Color convert

RGB 147 174 207 -
CMYK 0.29 0.16 0 0.19
HSL 213º 0.38% 0.69% -
HSV(B) 213º 0.29% 0.81% -
XYZ 38.43 40.98 64.92 -
YUV 169.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 147 174 207 0.29 0.16 0 0.19 213 0.38 0.69
Hex 93 AE CF 1D 10 0 13 D5 26 45
Octal 223 256 317 35 20 0 23 325 46 105
Binary 10010011 10101110 11001111 11101 10000 0 10011 11010101 100110 1000101

Color Harmonies of #93AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AECF

Black with #93AECF

Text Example


Text Example

White with #93AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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