Html Css Color HEX #94B1DC Polo Blue

📋 copy color: '#94B1DC'

red 148 ◦ green 177 ◦ blue 220

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

Shades of Polo Blue #94B1DC

Tints of Polo Blue #94B1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.48%

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

R = 27.16%
G = 32.48%
B = 40.37%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94B1DC (or 0x94B1DC) is known color: Polo Blue. HEX triplet: 94, B1 and DC. RGB value is (148,177,220). Sum of RGB (Red+Green+Blue) = 148+177+220=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #94B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1DC is #6B4E23. Grayscale: #ADADAD. Windows color (decimal): -7032356 or 14463380. OLE color: 14463380.

HSL color Cylindrical-coordinate representation of color #94B1DC: hue angle of 215.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 #94B1DC is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 177 220 -
CMYK 0.33 0.20 0 0.14
HSL 215.83º 0.51% 0.72% -
HSV(B) 215.83º 0.33% 0.86% -
XYZ 40.85 42.91 73.84 -
YUV 173.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 148 177 220 0.33 0.20 0 0.14 215.83 0.51 0.72
Hex 94 B1 DC 21 14 0 E D8 33 48
Octal 224 261 334 41 24 0 16 330 63 110
Binary 10010100 10110001 11011100 100001 10100 0 1110 11011000 110011 1001000

Color Harmonies of #94B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B1DC

Black with #94B1DC

Text Example


Text Example

White with #94B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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