Html Css Color HEX #94ABCD Polo Blue

📋 copy color: '#94ABCD'

red 148 ◦ green 171 ◦ blue 205

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

Shades of Polo Blue #94ABCD

Tints of Polo Blue #94ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.63%

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 28.24%
G = 32.63%
B = 39.12%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#94ABCD (or 0x94ABCD) is known color: Polo Blue. HEX triplet: 94, AB and CD. RGB value is (148,171,205). Sum of RGB (Red+Green+Blue) = 148+171+205=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #94ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABCD is #6B5432. Grayscale: #A7A7A7. Windows color (decimal): -7033907 or 13478804. OLE color: 13478804.

HSL color Cylindrical-coordinate representation of color #94ABCD: hue angle of 215.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94ABCD is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 171 205 -
CMYK 0.28 0.17 0 0.20
HSL 215.79º 0.36% 0.69% -
HSV(B) 215.79º 0.28% 0.8% -
XYZ 37.8 39.83 63.45 -
YUV 168 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 148 171 205 0.28 0.17 0 0.20 215.79 0.36 0.69
Hex 94 AB CD 1C 11 0 14 D8 24 45
Octal 224 253 315 34 21 0 24 330 44 105
Binary 10010100 10101011 11001101 11100 10001 0 10100 11011000 100100 1000101

Color Harmonies of #94ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ABCD

Black with #94ABCD

Text Example


Text Example

White with #94ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,171,205); }

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

background-color css

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

 a { background-color: rgb(148,171,205); }

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

border-color css

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

 span { border-color: rgb(148,171,205); }

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