Html Css Color HEX #94A8CE Polo Blue

📋 copy color: '#94A8CE'

red 148 ◦ green 168 ◦ blue 206

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

Shades of Polo Blue #94A8CE

Tints of Polo Blue #94A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.18%

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

R = 28.35%
G = 32.18%
B = 39.46%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94A8CE (or 0x94A8CE) is known color: Polo Blue. HEX triplet: 94, A8 and CE. RGB value is (148,168,206). Sum of RGB (Red+Green+Blue) = 148+168+206=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #94A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8CE is #6B5731. Grayscale: #A6A6A6. Windows color (decimal): -7034674 or 13543572. OLE color: 13543572.

HSL color Cylindrical-coordinate representation of color #94A8CE: hue angle of 219.31º 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 #94A8CE is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 168 206 -
CMYK 0.28 0.18 0 0.19
HSL 219.31º 0.37% 0.69% -
HSV(B) 219.31º 0.28% 0.81% -
XYZ 37.36 38.76 63.9 -
YUV 166.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 148 168 206 0.28 0.18 0 0.19 219.31 0.37 0.69
Hex 94 A8 CE 1C 12 0 13 DB 25 45
Octal 224 250 316 34 22 0 23 333 45 105
Binary 10010100 10101000 11001110 11100 10010 0 10011 11011011 100101 1000101

Color Harmonies of #94A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A8CE

Black with #94A8CE

Text Example


Text Example

White with #94A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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