Html Css Color HEX #94AED1 Polo Blue

📋 copy color: '#94AED1'

red 148 ◦ green 174 ◦ blue 209

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

Shades of Polo Blue #94AED1

Tints of Polo Blue #94AED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.36%

R = 27.87%
G = 32.77%
B = 39.36%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#94AED1 (or 0x94AED1) is known color: Polo Blue. HEX triplet: 94, AE and D1. RGB value is (148,174,209). Sum of RGB (Red+Green+Blue) = 148+174+209=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #94AED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AED1 is #6B512E. Grayscale: #AAAAAA. Windows color (decimal): -7033135 or 13741716. OLE color: 13741716.

HSL color Cylindrical-coordinate representation of color #94AED1: hue angle of 214.43º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94AED1 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 174 209 -
CMYK 0.29 0.17 0 0.18
HSL 214.43º 0.4% 0.7% -
HSV(B) 214.43º 0.29% 0.82% -
XYZ 38.86 41.17 66.22 -
YUV 170.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 148 174 209 0.29 0.17 0 0.18 214.43 0.4 0.7
Hex 94 AE D1 1D 11 0 12 D6 28 46
Octal 224 256 321 35 21 0 22 326 50 106
Binary 10010100 10101110 11010001 11101 10001 0 10010 11010110 101000 1000110

Color Harmonies of #94AED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AED1

Black with #94AED1

Text Example


Text Example

White with #94AED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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