Html Css Color HEX #94B7DF Polo Blue

📋 copy color: '#94B7DF'

red 148 ◦ green 183 ◦ blue 223

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

Shades of Polo Blue #94B7DF

Tints of Polo Blue #94B7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 26.71%
G = 33.03%
B = 40.25%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94B7DF (or 0x94B7DF) is known color: Polo Blue. HEX triplet: 94, B7 and DF. RGB value is (148,183,223). Sum of RGB (Red+Green+Blue) = 148+183+223=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #94B7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B7DF is #6B4820. Grayscale: #B0B0B0. Windows color (decimal): -7030817 or 14661524. OLE color: 14661524.

HSL color Cylindrical-coordinate representation of color #94B7DF: hue angle of 212º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94B7DF is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 183 223 -
CMYK 0.34 0.18 0 0.13
HSL 212º 0.54% 0.73% -
HSV(B) 212º 0.34% 0.87% -
XYZ 42.47 45.49 76.35 -
YUV 177.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 148 183 223 0.34 0.18 0 0.13 212 0.54 0.73
Hex 94 B7 DF 22 12 0 D D4 36 49
Octal 224 267 337 42 22 0 15 324 66 111
Binary 10010100 10110111 11011111 100010 10010 0 1101 11010100 110110 1001001

Color Harmonies of #94B7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B7DF

Black with #94B7DF

Text Example


Text Example

White with #94B7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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