Html Css Color HEX #94BAD3 Polo Blue

📋 copy color: '#94BAD3'

red 148 ◦ green 186 ◦ blue 211

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

Shades of Polo Blue #94BAD3

Tints of Polo Blue #94BAD3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.13%

 BLUE value IS 211 (82.81% from 255) = 38.72%

R = 27.16%
G = 34.13%
B = 38.72%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#94BAD3 (or 0x94BAD3) is known color: Polo Blue. HEX triplet: 94, BA and D3. RGB value is (148,186,211). Sum of RGB (Red+Green+Blue) = 148+186+211=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #94BAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BAD3 is #6B452C. Grayscale: #B1B1B1. Windows color (decimal): -7030061 or 13875860. OLE color: 13875860.

HSL color Cylindrical-coordinate representation of color #94BAD3: hue angle of 203.81º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94BAD3 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 186 211 -
CMYK 0.30 0.12 0 0.17
HSL 203.81º 0.42% 0.7% -
HSV(B) 203.81º 0.3% 0.83% -
XYZ 41.53 46.12 68.34 -
YUV 177.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 148 186 211 0.30 0.12 0 0.17 203.81 0.42 0.7
Hex 94 BA D3 1E C 0 11 CC 2A 46
Octal 224 272 323 36 14 0 21 314 52 106
Binary 10010100 10111010 11010011 11110 1100 0 10001 11001100 101010 1000110

Color Harmonies of #94BAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BAD3

Black with #94BAD3

Text Example


Text Example

White with #94BAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,186,211); }

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

background-color css

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

 a { background-color: rgb(148,186,211); }

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

border-color css

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

 span { border-color: rgb(148,186,211); }

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