Html Css Color HEX #94ACDF Polo Blue

📋 copy color: '#94ACDF'

red 148 ◦ green 172 ◦ blue 223

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

Shades of Polo Blue #94ACDF

Tints of Polo Blue #94ACDF

RGB

 RED value IS 148 (58.2% from 255) = 27.26%

 GREEN value IS 172 (67.58% from 255) = 31.68%

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 27.26%
G = 31.68%
B = 41.07%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94ACDF (or 0x94ACDF) is known color: Polo Blue. HEX triplet: 94, AC and DF. RGB value is (148,172,223). Sum of RGB (Red+Green+Blue) = 148+172+223=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #94ACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACDF is #6B5320. Grayscale: #AAAAAA. Windows color (decimal): -7033633 or 14658708. OLE color: 14658708.

HSL color Cylindrical-coordinate representation of color #94ACDF: hue angle of 220.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94ACDF is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 172 223 -
CMYK 0.34 0.23 0 0.13
HSL 220.8º 0.54% 0.73% -
HSV(B) 220.8º 0.34% 0.87% -
XYZ 40.28 41.13 75.63 -
YUV 170.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 148 172 223 0.34 0.23 0 0.13 220.8 0.54 0.73
Hex 94 AC DF 22 17 0 D DD 36 49
Octal 224 254 337 42 27 0 15 335 66 111
Binary 10010100 10101100 11011111 100010 10111 0 1101 11011101 110110 1001001

Color Harmonies of #94ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ACDF

Black with #94ACDF

Text Example


Text Example

White with #94ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94ACDF; }

 p { color: rgb(148,172,223); }

 H1.HeaderClassName
 {
   color: #94ACDF;
 }
 .AnyTagClassName
 {
   color: #94ACDF;
 }
</style>

background-color css

<style>
 a { background-color: #94ACDF; }

 a { background-color: rgb(148,172,223); }

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

border-color css

<style>
 span { border-color: #94ACDF; }

 span { border-color: rgb(148,172,223); }

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