Html Css Color HEX #94ABDC Polo Blue

📋 copy color: '#94ABDC'

red 148 ◦ green 171 ◦ blue 220

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

Shades of Polo Blue #94ABDC

Tints of Polo Blue #94ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 27.46%
G = 31.73%
B = 40.82%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94ABDC (or 0x94ABDC) is known color: Polo Blue. HEX triplet: 94, AB and DC. RGB value is (148,171,220). Sum of RGB (Red+Green+Blue) = 148+171+220=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #94ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABDC is #6B5423. Grayscale: #A9A9A9. Windows color (decimal): -7033892 or 14461844. OLE color: 14461844.

HSL color Cylindrical-coordinate representation of color #94ABDC: hue angle of 220.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94ABDC is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 171 220 -
CMYK 0.33 0.22 0 0.14
HSL 220.83º 0.51% 0.72% -
HSV(B) 220.83º 0.33% 0.86% -
XYZ 39.69 40.59 73.45 -
YUV 169.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 148 171 220 0.33 0.22 0 0.14 220.83 0.51 0.72
Hex 94 AB DC 21 16 0 E DD 33 48
Octal 224 253 334 41 26 0 16 335 63 110
Binary 10010100 10101011 11011100 100001 10110 0 1110 11011101 110011 1001000

Color Harmonies of #94ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ABDC

Black with #94ABDC

Text Example


Text Example

White with #94ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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