Html Css Color HEX #94B1DF Polo Blue

📋 copy color: '#94B1DF'

red 148 ◦ green 177 ◦ blue 223

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

Shades of Polo Blue #94B1DF

Tints of Polo Blue #94B1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 27.01%
G = 32.3%
B = 40.69%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94B1DF (or 0x94B1DF) is known color: Polo Blue. HEX triplet: 94, B1 and DF. RGB value is (148,177,223). Sum of RGB (Red+Green+Blue) = 148+177+223=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #94B1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1DF is #6B4E20. Grayscale: #ADADAD. Windows color (decimal): -7032353 or 14659988. OLE color: 14659988.

HSL color Cylindrical-coordinate representation of color #94B1DF: hue angle of 216.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94B1DF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 177 223 -
CMYK 0.34 0.21 0 0.13
HSL 216.8º 0.54% 0.73% -
HSV(B) 216.8º 0.34% 0.87% -
XYZ 41.25 43.07 75.95 -
YUV 173.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 148 177 223 0.34 0.21 0 0.13 216.8 0.54 0.73
Hex 94 B1 DF 22 15 0 D D9 36 49
Octal 224 261 337 42 25 0 15 331 66 111
Binary 10010100 10110001 11011111 100010 10101 0 1101 11011001 110110 1001001

Color Harmonies of #94B1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B1DF

Black with #94B1DF

Text Example


Text Example

White with #94B1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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