Html Css Color HEX #94B3DB Polo Blue

📋 copy color: '#94B3DB'

red 148 ◦ green 179 ◦ blue 219

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

Shades of Polo Blue #94B3DB

Tints of Polo Blue #94B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.78%

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 27.11%
G = 32.78%
B = 40.11%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94B3DB (or 0x94B3DB) is known color: Polo Blue. HEX triplet: 94, B3 and DB. RGB value is (148,179,219). Sum of RGB (Red+Green+Blue) = 148+179+219=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #94B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B3DB is #6B4C24. Grayscale: #AEAEAE. Windows color (decimal): -7031845 or 14398356. OLE color: 14398356.

HSL color Cylindrical-coordinate representation of color #94B3DB: hue angle of 213.8º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94B3DB is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 179 219 -
CMYK 0.32 0.18 0 0.14
HSL 213.8º 0.5% 0.72% -
HSV(B) 213.8º 0.32% 0.86% -
XYZ 41.12 43.65 73.28 -
YUV 174.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 148 179 219 0.32 0.18 0 0.14 213.8 0.5 0.72
Hex 94 B3 DB 20 12 0 E D6 32 48
Octal 224 263 333 40 22 0 16 326 62 110
Binary 10010100 10110011 11011011 100000 10010 0 1110 11010110 110010 1001000

Color Harmonies of #94B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B3DB

Black with #94B3DB

Text Example


Text Example

White with #94B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,179,219); }

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

background-color css

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

 a { background-color: rgb(148,179,219); }

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

border-color css

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

 span { border-color: rgb(148,179,219); }

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