Html Css Color HEX #94B5DF Polo Blue

📋 copy color: '#94B5DF'

red 148 ◦ green 181 ◦ blue 223

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

Shades of Polo Blue #94B5DF

Tints of Polo Blue #94B5DF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.79%

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

R = 26.81%
G = 32.79%
B = 40.4%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94B5DF (or 0x94B5DF) is known color: Polo Blue. HEX triplet: 94, B5 and DF. RGB value is (148,181,223). Sum of RGB (Red+Green+Blue) = 148+181+223=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #94B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B5DF is #6B4A20. Grayscale: #AFAFAF. Windows color (decimal): -7031329 or 14661012. OLE color: 14661012.

HSL color Cylindrical-coordinate representation of color #94B5DF: hue angle of 213.6º 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 #94B5DF is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 181 223 -
CMYK 0.34 0.19 0 0.13
HSL 213.6º 0.54% 0.73% -
HSV(B) 213.6º 0.34% 0.87% -
XYZ 42.06 44.67 76.22 -
YUV 175.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 148 181 223 0.34 0.19 0 0.13 213.6 0.54 0.73
Hex 94 B5 DF 22 13 0 D D6 36 49
Octal 224 265 337 42 23 0 15 326 66 111
Binary 10010100 10110101 11011111 100010 10011 0 1101 11010110 110110 1001001

Color Harmonies of #94B5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B5DF

Black with #94B5DF

Text Example


Text Example

White with #94B5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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