Html Css Color HEX #94B1DB Polo Blue

📋 copy color: '#94B1DB'

red 148 ◦ green 177 ◦ blue 219

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

Shades of Polo Blue #94B1DB

Tints of Polo Blue #94B1DB

RGB

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

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

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

R = 27.21%
G = 32.54%
B = 40.26%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94B1DB (or 0x94B1DB) is known color: Polo Blue. HEX triplet: 94, B1 and DB. RGB value is (148,177,219). Sum of RGB (Red+Green+Blue) = 148+177+219=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #94B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1DB is #6B4E24. Grayscale: #ACACAC. Windows color (decimal): -7032357 or 14397844. OLE color: 14397844.

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

Color convert

RGB 148 177 219 -
CMYK 0.32 0.19 0 0.14
HSL 215.49º 0.5% 0.72% -
HSV(B) 215.49º 0.32% 0.86% -
XYZ 40.72 42.85 73.14 -
YUV 173.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 148 177 219 0.32 0.19 0 0.14 215.49 0.5 0.72
Hex 94 B1 DB 20 13 0 E D7 32 48
Octal 224 261 333 40 23 0 16 327 62 110
Binary 10010100 10110001 11011011 100000 10011 0 1110 11010111 110010 1001000

Color Harmonies of #94B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B1DB

Black with #94B1DB

Text Example


Text Example

White with #94B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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