Html Css Color HEX #94ABDB Polo Blue

📋 copy color: '#94ABDB'

red 148 ◦ green 171 ◦ blue 219

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

Shades of Polo Blue #94ABDB

Tints of Polo Blue #94ABDB

RGB

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

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

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

R = 27.51%
G = 31.78%
B = 40.71%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94ABDB (or 0x94ABDB) is known color: Polo Blue. HEX triplet: 94, AB and DB. RGB value is (148,171,219). Sum of RGB (Red+Green+Blue) = 148+171+219=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #94ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABDB is #6B5424. Grayscale: #A9A9A9. Windows color (decimal): -7033893 or 14396308. OLE color: 14396308.

HSL color Cylindrical-coordinate representation of color #94ABDB: hue angle of 220.56º 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 #94ABDB is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 171 219 -
CMYK 0.32 0.22 0 0.14
HSL 220.56º 0.5% 0.72% -
HSV(B) 220.56º 0.32% 0.86% -
XYZ 39.56 40.54 72.76 -
YUV 169.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 148 171 219 0.32 0.22 0 0.14 220.56 0.5 0.72
Hex 94 AB DB 20 16 0 E DD 32 48
Octal 224 253 333 40 26 0 16 335 62 110
Binary 10010100 10101011 11011011 100000 10110 0 1110 11011101 110010 1001000

Color Harmonies of #94ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ABDB

Black with #94ABDB

Text Example


Text Example

White with #94ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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