Html Css Color HEX #94B7DB Polo Blue

📋 copy color: '#94B7DB'

red 148 ◦ green 183 ◦ blue 219

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

Shades of Polo Blue #94B7DB

Tints of Polo Blue #94B7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.27%

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

R = 26.91%
G = 33.27%
B = 39.82%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94B7DB (or 0x94B7DB) is known color: Polo Blue. HEX triplet: 94, B7 and DB. RGB value is (148,183,219). Sum of RGB (Red+Green+Blue) = 148+183+219=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #94B7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B7DB is #6B4824. Grayscale: #B0B0B0. Windows color (decimal): -7030821 or 14399380. OLE color: 14399380.

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

Color convert

RGB 148 183 219 -
CMYK 0.32 0.16 0 0.14
HSL 210.42º 0.5% 0.72% -
HSV(B) 210.42º 0.32% 0.86% -
XYZ 41.93 45.28 73.55 -
YUV 176.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 148 183 219 0.32 0.16 0 0.14 210.42 0.5 0.72
Hex 94 B7 DB 20 10 0 E D2 32 48
Octal 224 267 333 40 20 0 16 322 62 110
Binary 10010100 10110111 11011011 100000 10000 0 1110 11010010 110010 1001000

Color Harmonies of #94B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B7DB

Black with #94B7DB

Text Example


Text Example

White with #94B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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