Html Css Color HEX #94B5DC Polo Blue

📋 copy color: '#94B5DC'

red 148 ◦ green 181 ◦ blue 220

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

Shades of Polo Blue #94B5DC

Tints of Polo Blue #94B5DC

RGB

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

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

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

R = 26.96%
G = 32.97%
B = 40.07%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94B5DC (or 0x94B5DC) is known color: Polo Blue. HEX triplet: 94, B5 and DC. RGB value is (148,181,220). Sum of RGB (Red+Green+Blue) = 148+181+220=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #94B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B5DC is #6B4A23. Grayscale: #AFAFAF. Windows color (decimal): -7031332 or 14464404. OLE color: 14464404.

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

Color convert

RGB 148 181 220 -
CMYK 0.33 0.18 0 0.14
HSL 212.5º 0.51% 0.72% -
HSV(B) 212.5º 0.33% 0.86% -
XYZ 41.65 44.51 74.11 -
YUV 175.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 148 181 220 0.33 0.18 0 0.14 212.5 0.51 0.72
Hex 94 B5 DC 21 12 0 E D4 33 48
Octal 224 265 334 41 22 0 16 324 63 110
Binary 10010100 10110101 11011100 100001 10010 0 1110 11010100 110011 1001000

Color Harmonies of #94B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B5DC

Black with #94B5DC

Text Example


Text Example

White with #94B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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