Html Css Color HEX #94B2DC Polo Blue

📋 copy color: '#94B2DC'

red 148 ◦ green 178 ◦ blue 220

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

Shades of Polo Blue #94B2DC

Tints of Polo Blue #94B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.6%

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

R = 27.11%
G = 32.6%
B = 40.29%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94B2DC (or 0x94B2DC) is known color: Polo Blue. HEX triplet: 94, B2 and DC. RGB value is (148,178,220). Sum of RGB (Red+Green+Blue) = 148+178+220=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #94B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B2DC is #6B4D23. Grayscale: #ADADAD. Windows color (decimal): -7032100 or 14463636. OLE color: 14463636.

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

Color convert

RGB 148 178 220 -
CMYK 0.33 0.19 0 0.14
HSL 215º 0.51% 0.72% -
HSV(B) 215º 0.33% 0.86% -
XYZ 41.05 43.3 73.91 -
YUV 173.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 148 178 220 0.33 0.19 0 0.14 215 0.51 0.72
Hex 94 B2 DC 21 13 0 E D7 33 48
Octal 224 262 334 41 23 0 16 327 63 110
Binary 10010100 10110010 11011100 100001 10011 0 1110 11010111 110011 1001000

Color Harmonies of #94B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B2DC

Black with #94B2DC

Text Example


Text Example

White with #94B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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