Html Css Color HEX #94ACDE Polo Blue

📋 copy color: '#94ACDE'

red 148 ◦ green 172 ◦ blue 222

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

Shades of Polo Blue #94ACDE

Tints of Polo Blue #94ACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 27.31%
G = 31.73%
B = 40.96%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94ACDE (or 0x94ACDE) is known color: Polo Blue. HEX triplet: 94, AC and DE. RGB value is (148,172,222). Sum of RGB (Red+Green+Blue) = 148+172+222=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #94ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACDE is #6B5321. Grayscale: #AAAAAA. Windows color (decimal): -7033634 or 14593172. OLE color: 14593172.

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

Color convert

RGB 148 172 222 -
CMYK 0.33 0.23 0 0.13
HSL 220.54º 0.53% 0.73% -
HSV(B) 220.54º 0.33% 0.87% -
XYZ 40.15 41.07 74.92 -
YUV 170.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 148 172 222 0.33 0.23 0 0.13 220.54 0.53 0.73
Hex 94 AC DE 21 17 0 D DD 35 49
Octal 224 254 336 41 27 0 15 335 65 111
Binary 10010100 10101100 11011110 100001 10111 0 1101 11011101 110101 1001001

Color Harmonies of #94ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ACDE

Black with #94ACDE

Text Example


Text Example

White with #94ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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