Html Css Color HEX #94ACDB Polo Blue

📋 copy color: '#94ACDB'

red 148 ◦ green 172 ◦ blue 219

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

Shades of Polo Blue #94ACDB

Tints of Polo Blue #94ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.91%

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 27.46%
G = 31.91%
B = 40.63%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94ACDB (or 0x94ACDB) is known color: Polo Blue. HEX triplet: 94, AC and DB. RGB value is (148,172,219). Sum of RGB (Red+Green+Blue) = 148+172+219=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #94ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACDB is #6B5324. Grayscale: #A9A9A9. Windows color (decimal): -7033637 or 14396564. OLE color: 14396564.

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

Color convert

RGB 148 172 219 -
CMYK 0.32 0.21 0 0.14
HSL 219.72º 0.5% 0.72% -
HSV(B) 219.72º 0.32% 0.86% -
XYZ 39.75 40.92 72.82 -
YUV 170.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 148 172 219 0.32 0.21 0 0.14 219.72 0.5 0.72
Hex 94 AC DB 20 15 0 E DC 32 48
Octal 224 254 333 40 25 0 16 334 62 110
Binary 10010100 10101100 11011011 100000 10101 0 1110 11011100 110010 1001000

Color Harmonies of #94ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ACDB

Black with #94ACDB

Text Example


Text Example

White with #94ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,172,219); }

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

background-color css

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

 a { background-color: rgb(148,172,219); }

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

border-color css

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

 span { border-color: rgb(148,172,219); }

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