Html Css Color HEX #94B4DB Polo Blue

📋 copy color: '#94B4DB'

red 148 ◦ green 180 ◦ blue 219

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

Shades of Polo Blue #94B4DB

Tints of Polo Blue #94B4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.91%

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

R = 27.06%
G = 32.91%
B = 40.04%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94B4DB (or 0x94B4DB) is known color: Polo Blue. HEX triplet: 94, B4 and DB. RGB value is (148,180,219). Sum of RGB (Red+Green+Blue) = 148+180+219=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #94B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B4DB is #6B4B24. Grayscale: #AEAEAE. Windows color (decimal): -7031589 or 14398612. OLE color: 14398612.

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

Color convert

RGB 148 180 219 -
CMYK 0.32 0.18 0 0.14
HSL 212.96º 0.5% 0.72% -
HSV(B) 212.96º 0.32% 0.86% -
XYZ 41.32 44.05 73.34 -
YUV 174.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 148 180 219 0.32 0.18 0 0.14 212.96 0.5 0.72
Hex 94 B4 DB 20 12 0 E D5 32 48
Octal 224 264 333 40 22 0 16 325 62 110
Binary 10010100 10110100 11011011 100000 10010 0 1110 11010101 110010 1001000

Color Harmonies of #94B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B4DB

Black with #94B4DB

Text Example


Text Example

White with #94B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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