Html Css Color HEX #94AECD Polo Blue

📋 copy color: '#94AECD'

red 148 ◦ green 174 ◦ blue 205

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

Shades of Polo Blue #94AECD

Tints of Polo Blue #94AECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.9%

R = 28.08%
G = 33.02%
B = 38.9%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#94AECD (or 0x94AECD) is known color: Polo Blue. HEX triplet: 94, AE and CD. RGB value is (148,174,205). Sum of RGB (Red+Green+Blue) = 148+174+205=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #94AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AECD is #6B5132. Grayscale: #A9A9A9. Windows color (decimal): -7033139 or 13479572. OLE color: 13479572.

HSL color Cylindrical-coordinate representation of color #94AECD: hue angle of 212.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94AECD is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 174 205 -
CMYK 0.28 0.15 0 0.20
HSL 212.63º 0.36% 0.69% -
HSV(B) 212.63º 0.28% 0.8% -
XYZ 38.37 40.98 63.64 -
YUV 169.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 148 174 205 0.28 0.15 0 0.20 212.63 0.36 0.69
Hex 94 AE CD 1C F 0 14 D5 24 45
Octal 224 256 315 34 17 0 24 325 44 105
Binary 10010100 10101110 11001101 11100 1111 0 10100 11010101 100100 1000101

Color Harmonies of #94AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AECD

Black with #94AECD

Text Example


Text Example

White with #94AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,174,205); }

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

background-color css

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

 a { background-color: rgb(148,174,205); }

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

border-color css

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

 span { border-color: rgb(148,174,205); }

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