Html Css Color HEX #94ADCC Polo Blue

📋 copy color: '#94ADCC'

red 148 ◦ green 173 ◦ blue 204

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

Shades of Polo Blue #94ADCC

Tints of Polo Blue #94ADCC

RGB

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

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

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

R = 28.19%
G = 32.95%
B = 38.86%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#94ADCC (or 0x94ADCC) is known color: Polo Blue. HEX triplet: 94, AD and CC. RGB value is (148,173,204). Sum of RGB (Red+Green+Blue) = 148+173+204=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #94ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADCC is #6B5233. Grayscale: #A8A8A8. Windows color (decimal): -7033396 or 13413780. OLE color: 13413780.

HSL color Cylindrical-coordinate representation of color #94ADCC: hue angle of 213.21º 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 #94ADCC is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 173 204 -
CMYK 0.27 0.15 0 0.2
HSL 213.21º 0.35% 0.69% -
HSV(B) 213.21º 0.27% 0.8% -
XYZ 38.06 40.54 62.95 -
YUV 169.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 148 173 204 0.27 0.15 0 0.2 213.21 0.35 0.69
Hex 94 AD CC 1B F 0 14 D5 23 45
Octal 224 255 314 33 17 0 24 325 43 105
Binary 10010100 10101101 11001100 11011 1111 0 10100 11010101 100011 1000101

Color Harmonies of #94ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADCC

Black with #94ADCC

Text Example


Text Example

White with #94ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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