Html Css Color HEX #94AAC3 Polo Blue

📋 copy color: '#94AAC3'

red 148 ◦ green 170 ◦ blue 195

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

Shades of Polo Blue #94AAC3

Tints of Polo Blue #94AAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.01%

R = 28.85%
G = 33.14%
B = 38.01%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#94AAC3 (or 0x94AAC3) is known color: Polo Blue. HEX triplet: 94, AA and C3. RGB value is (148,170,195). Sum of RGB (Red+Green+Blue) = 148+170+195=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #94AAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AAC3 is #6B553C. Grayscale: #A6A6A6. Windows color (decimal): -7034173 or 12823188. OLE color: 12823188.

HSL color Cylindrical-coordinate representation of color #94AAC3: hue angle of 211.91º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94AAC3 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 170 195 -
CMYK 0.24 0.13 0 0.24
HSL 211.91º 0.28% 0.67% -
HSV(B) 211.91º 0.24% 0.76% -
XYZ 36.44 38.99 57.23 -
YUV 166.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 148 170 195 0.24 0.13 0 0.24 211.91 0.28 0.67
Hex 94 AA C3 18 D 0 18 D4 1C 43
Octal 224 252 303 30 15 0 30 324 34 103
Binary 10010100 10101010 11000011 11000 1101 0 11000 11010100 11100 1000011

Color Harmonies of #94AAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AAC3

Black with #94AAC3

Text Example


Text Example

White with #94AAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,170,195); }

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

background-color css

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

 a { background-color: rgb(148,170,195); }

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

border-color css

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

 span { border-color: rgb(148,170,195); }

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