Html Css Color HEX #94AAC4 Polo Blue

📋 copy color: '#94AAC4'

red 148 ◦ green 170 ◦ blue 196

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

Shades of Polo Blue #94AAC4

Tints of Polo Blue #94AAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.13%

R = 28.79%
G = 33.07%
B = 38.13%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#94AAC4 (or 0x94AAC4) is known color: Polo Blue. HEX triplet: 94, AA and C4. RGB value is (148,170,196). Sum of RGB (Red+Green+Blue) = 148+170+196=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #94AAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AAC4 is #6B553B. Grayscale: #A6A6A6. Windows color (decimal): -7034172 or 12888724. OLE color: 12888724.

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

Color convert

RGB 148 170 196 -
CMYK 0.24 0.13 0 0.23
HSL 212.5º 0.29% 0.67% -
HSV(B) 212.5º 0.24% 0.77% -
XYZ 36.55 39.03 57.83 -
YUV 166.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 148 170 196 0.24 0.13 0 0.23 212.5 0.29 0.67
Hex 94 AA C4 18 D 0 17 D4 1D 43
Octal 224 252 304 30 15 0 27 324 35 103
Binary 10010100 10101010 11000100 11000 1101 0 10111 11010100 11101 1000011

Color Harmonies of #94AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AAC4

Black with #94AAC4

Text Example


Text Example

White with #94AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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