Html Css Color HEX #94ADCE Polo Blue

📋 copy color: '#94ADCE'

red 148 ◦ green 173 ◦ blue 206

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

Shades of Polo Blue #94ADCE

Tints of Polo Blue #94ADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.83%

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 28.08%
G = 32.83%
B = 39.09%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94ADCE (or 0x94ADCE) is known color: Polo Blue. HEX triplet: 94, AD and CE. RGB value is (148,173,206). Sum of RGB (Red+Green+Blue) = 148+173+206=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #94ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADCE is #6B5231. Grayscale: #A9A9A9. Windows color (decimal): -7033394 or 13544852. OLE color: 13544852.

HSL color Cylindrical-coordinate representation of color #94ADCE: hue angle of 214.14º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94ADCE is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 173 206 -
CMYK 0.28 0.16 0 0.19
HSL 214.14º 0.37% 0.69% -
HSV(B) 214.14º 0.28% 0.81% -
XYZ 38.3 40.64 64.22 -
YUV 169.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 148 173 206 0.28 0.16 0 0.19 214.14 0.37 0.69
Hex 94 AD CE 1C 10 0 13 D6 25 45
Octal 224 255 316 34 20 0 23 326 45 105
Binary 10010100 10101101 11001110 11100 10000 0 10011 11010110 100101 1000101

Color Harmonies of #94ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADCE

Black with #94ADCE

Text Example


Text Example

White with #94ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,173,206); }

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

background-color css

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

 a { background-color: rgb(148,173,206); }

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

border-color css

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

 span { border-color: rgb(148,173,206); }

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