Html Css Color HEX #94A8CC Polo Blue

📋 copy color: '#94A8CC'

red 148 ◦ green 168 ◦ blue 204

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

Shades of Polo Blue #94A8CC

Tints of Polo Blue #94A8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 28.46%
G = 32.31%
B = 39.23%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#94A8CC (or 0x94A8CC) is known color: Polo Blue. HEX triplet: 94, A8 and CC. RGB value is (148,168,204). Sum of RGB (Red+Green+Blue) = 148+168+204=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #94A8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8CC is #6B5733. Grayscale: #A5A5A5. Windows color (decimal): -7034676 or 13412500. OLE color: 13412500.

HSL color Cylindrical-coordinate representation of color #94A8CC: hue angle of 218.57º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A8CC is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 168 204 -
CMYK 0.27 0.18 0 0.2
HSL 218.57º 0.35% 0.69% -
HSV(B) 218.57º 0.27% 0.8% -
XYZ 37.11 38.66 62.63 -
YUV 166.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 148 168 204 0.27 0.18 0 0.2 218.57 0.35 0.69
Hex 94 A8 CC 1B 12 0 14 DB 23 45
Octal 224 250 314 33 22 0 24 333 43 105
Binary 10010100 10101000 11001100 11011 10010 0 10100 11011011 100011 1000101

Color Harmonies of #94A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A8CC

Black with #94A8CC

Text Example


Text Example

White with #94A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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